Home
last modified time | relevance | path

Searched refs:prev_scope (Results 1 – 25 of 62) sorted by relevance

123

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_Compilation.cpp503 int prev_scope = 0; in generate_exception_handler_table() local
507 assert(handler->scope_count() >= prev_scope, "handlers should be sorted by scope"); in generate_exception_handler_table()
509 if (handler->scope_count() == prev_scope) { in generate_exception_handler_table()
535 prev_scope = handler->scope_count(); in generate_exception_handler_table()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/c1/
H A Dc1_Compilation.cpp503 int prev_scope = 0; in generate_exception_handler_table() local
507 assert(handler->scope_count() >= prev_scope, "handlers should be sorted by scope"); in generate_exception_handler_table()
509 if (handler->scope_count() == prev_scope) { in generate_exception_handler_table()
535 prev_scope = handler->scope_count(); in generate_exception_handler_table()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_Compilation.cpp503 int prev_scope = 0; in generate_exception_handler_table() local
507 assert(handler->scope_count() >= prev_scope, "handlers should be sorted by scope"); in generate_exception_handler_table()
509 if (handler->scope_count() == prev_scope) { in generate_exception_handler_table()
535 prev_scope = handler->scope_count(); in generate_exception_handler_table()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/
H A Dc1_Compilation.cpp503 int prev_scope = 0; in generate_exception_handler_table() local
507 assert(handler->scope_count() >= prev_scope, "handlers should be sorted by scope"); in generate_exception_handler_table()
509 if (handler->scope_count() == prev_scope) { in generate_exception_handler_table()
535 prev_scope = handler->scope_count(); in generate_exception_handler_table()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/c1/
H A Dc1_Compilation.cpp503 int prev_scope = 0; in generate_exception_handler_table() local
507 assert(handler->scope_count() >= prev_scope, "handlers should be sorted by scope"); in generate_exception_handler_table()
509 if (handler->scope_count() == prev_scope) { in generate_exception_handler_table()
535 prev_scope = handler->scope_count(); in generate_exception_handler_table()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/c1/
H A Dc1_Compilation.cpp503 int prev_scope = 0; in generate_exception_handler_table() local
507 assert(handler->scope_count() >= prev_scope, "handlers should be sorted by scope"); in generate_exception_handler_table()
509 if (handler->scope_count() == prev_scope) { in generate_exception_handler_table()
535 prev_scope = handler->scope_count(); in generate_exception_handler_table()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/c1/
H A Dc1_Compilation.cpp503 int prev_scope = 0; in generate_exception_handler_table() local
507 assert(handler->scope_count() >= prev_scope, "handlers should be sorted by scope"); in generate_exception_handler_table()
509 if (handler->scope_count() == prev_scope) { in generate_exception_handler_table()
535 prev_scope = handler->scope_count(); in generate_exception_handler_table()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/c1/
H A Dc1_Compilation.cpp503 int prev_scope = 0; in generate_exception_handler_table() local
507 assert(handler->scope_count() >= prev_scope, "handlers should be sorted by scope"); in generate_exception_handler_table()
509 if (handler->scope_count() == prev_scope) { in generate_exception_handler_table()
535 prev_scope = handler->scope_count(); in generate_exception_handler_table()
/dports/devel/lua-luacheck/luacheck-4e5774169fa/src/luacheck/stages/
H A Dlinearize.lua219 local prev_scope = self.scopes.top
228 if not prev_scope or prev_scope.line ~= self.lines.top then
236 table.insert(prev_scope.gotos, goto_)
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemant2.c2772 SPTR tagscope, scope, prev_scope; in test_private_dtype() local
2774 for (scope = stb.curr_scope, prev_scope = NOSYM; scope > NOSYM; in test_private_dtype()
2775 prev_scope = scope, scope = SCOPEG(scope)) { in test_private_dtype()
2777 if (scope == prev_scope) in test_private_dtype()
/dports/lang/zig/zig-0.9.0/src/link/tapi/
H A Dparse.zig635 const prev_scope = self.scopes.items[self.scopes.items.len - 1];
636 if (indent < prev_scope.indent) {
/dports/lang/zig-devel/zig-0.9.0/src/link/tapi/
H A Dparse.zig635 const prev_scope = self.scopes.items[self.scopes.items.len - 1];
636 if (indent < prev_scope.indent) {
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_API.c1256 zend_class_entry *prev_scope = EG(fake_scope); in object_properties_load() local
1264 EG(fake_scope) = prev_scope; in object_properties_load()
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_API.c1256 zend_class_entry *prev_scope = EG(fake_scope); in object_properties_load() local
1264 EG(fake_scope) = prev_scope; in object_properties_load()
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_API.c1585 zend_class_entry *prev_scope = EG(fake_scope); in object_properties_load() local
1593 EG(fake_scope) = prev_scope; in object_properties_load()
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_API.c1336 zend_class_entry *prev_scope = EG(fake_scope); in object_properties_load() local
1344 EG(fake_scope) = prev_scope; in object_properties_load()
/dports/lang/php80/php-8.0.15/ext/opcache/Optimizer/
H A Dzend_inference.c2087 zend_class_entry *prev_scope = EG(fake_scope); in lookup_prop_info() local
2090 EG(fake_scope) = prev_scope; in lookup_prop_info()
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_API.c1585 zend_class_entry *prev_scope = EG(fake_scope); in object_properties_load() local
1593 EG(fake_scope) = prev_scope; in object_properties_load()
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_API.c1373 zend_class_entry *prev_scope = EG(fake_scope); in object_properties_load() local
1381 EG(fake_scope) = prev_scope; in object_properties_load()
/dports/www/php80-opcache/php-8.0.15/ext/opcache/Optimizer/
H A Dzend_inference.c2087 zend_class_entry *prev_scope = EG(fake_scope); in lookup_prop_info() local
2090 EG(fake_scope) = prev_scope; in lookup_prop_info()
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_API.c1373 zend_class_entry *prev_scope = EG(fake_scope); in object_properties_load() local
1381 EG(fake_scope) = prev_scope; in object_properties_load()
/dports/www/mod_php80/php-8.0.15/ext/opcache/Optimizer/
H A Dzend_inference.c2087 zend_class_entry *prev_scope = EG(fake_scope); in lookup_prop_info() local
2090 EG(fake_scope) = prev_scope; in lookup_prop_info()
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_API.c1336 zend_class_entry *prev_scope = EG(fake_scope); in object_properties_load() local
1344 EG(fake_scope) = prev_scope; in object_properties_load()
/dports/www/mod_php81/php-8.1.1/Zend/Optimizer/
H A Dzend_inference.c2299 zend_class_entry *prev_scope = EG(fake_scope); in lookup_prop_info() local
2302 EG(fake_scope) = prev_scope; in lookup_prop_info()
/dports/lang/php74/php-7.4.27/ext/opcache/Optimizer/
H A Dzend_inference.c2314 zend_class_entry *prev_scope = EG(fake_scope); in lookup_prop_info() local
2317 EG(fake_scope) = prev_scope; in lookup_prop_info()

123