Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.cc182 Label context_search(this, {&cur_depth, &cur_context}); in GetContextAtDepth() local
185 Branch(Word32Equal(depth, Int32Constant(0)), &context_found, &context_search); in GetContextAtDepth()
188 BIND(&context_search); in GetContextAtDepth()
195 &context_search); in GetContextAtDepth()
207 Label context_search(this, {&cur_depth, &cur_context}); in GotoIfHasContextExtensionUpToDepth() local
211 Goto(&context_search); in GotoIfHasContextExtensionUpToDepth()
212 BIND(&context_search); in GotoIfHasContextExtensionUpToDepth()
232 &context_search); in GotoIfHasContextExtensionUpToDepth()
/external/v8/src/codegen/
Dcode-stub-assembler.cc2580 Label context_search(this, &cur_context); in LoadModuleContext() local
2583 Goto(&context_search); in LoadModuleContext()
2584 BIND(&context_search); in LoadModuleContext()
2593 Goto(&context_search); in LoadModuleContext()