Searched refs:context_found (Results 1 – 2 of 2) sorted by relevance
168 Label context_found(this); in GetContextAtDepth() local174 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()
2529 Label context_found(this); in LoadModuleContext() local2539 GotoIf(WordEqual(LoadMap(cur_context.value()), module_map), &context_found); in LoadModuleContext()2546 BIND(&context_found); in LoadModuleContext()