Home
last modified time | relevance | path

Searched refs:context_search (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter-assembler.cc171 Label context_search(this, 2, context_search_loop_variables); in GetContextAtDepth() local
174 Branch(Word32Equal(depth, Int32Constant(0)), &context_found, &context_search); in GetContextAtDepth()
177 BIND(&context_search); in GetContextAtDepth()
184 &context_search); in GetContextAtDepth()
201 Label context_search(this, 2, context_search_loop_variables); in GotoIfHasContextExtensionUpToDepth() local
204 Goto(&context_search); in GotoIfHasContextExtensionUpToDepth()
205 BIND(&context_search); in GotoIfHasContextExtensionUpToDepth()
222 &context_search); in GotoIfHasContextExtensionUpToDepth()
/external/v8/src/
Dcode-stub-assembler.cc2532 Label context_search(this, 1, context_search_loop_variables); in LoadModuleContext() local
2535 Goto(&context_search); in LoadModuleContext()
2536 BIND(&context_search); in LoadModuleContext()
2543 Goto(&context_search); in LoadModuleContext()