Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.cc109 Label context_found(this); in GetContextAtDepth() local
115 Branch(Word32Equal(depth, Int32Constant(0)), &context_found, &context_search); in GetContextAtDepth()
124 Branch(Word32Equal(cur_depth.value(), Int32Constant(0)), &context_found, in GetContextAtDepth()
128 Bind(&context_found); in GetContextAtDepth()