Searched refs:made_call_ (Results 1 – 2 of 2) sorted by relevance
39 made_call_(false), in InterpreterAssembler()70 } else if (Bytecodes::MakesCallAlongCriticalPath(bytecode_) && made_call_ && in GetInterpretedFramePointer()168 if (Bytecodes::MakesCallAlongCriticalPath(bytecode_) && made_call_ && in BytecodeOffset()179 if (made_call_ && in BytecodeArrayTaggedPointer()188 if (Bytecodes::MakesCallAlongCriticalPath(bytecode_) && made_call_ && in DispatchTableRawPointer()531 made_call_ = true; in CallPrologue()1075 DCHECK_IMPLIES(Bytecodes::MakesCallAlongCriticalPath(bytecode_), made_call_); in Dispatch()1123 DCHECK_IMPLIES(Bytecodes::MakesCallAlongCriticalPath(bytecode_), made_call_); in DispatchWide()
347 bool made_call_; variable