Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.cc168 Label context_found(this); in GetContextAtDepth() local
174 Branch(Word32Equal(depth, Int32Constant(0)), &context_found, &context_search); in GetContextAtDepth()
183 Branch(Word32Equal(cur_depth.value(), Int32Constant(0)), &context_found, in GetContextAtDepth()
187 BIND(&context_found); in GetContextAtDepth()
/external/v8/src/
Dcode-stub-assembler.cc2529 Label context_found(this); in LoadModuleContext() local
2539 GotoIf(WordEqual(LoadMap(cur_context.value()), module_map), &context_found); in LoadModuleContext()
2546 BIND(&context_found); in LoadModuleContext()