Searched refs:made_call_ (Results 1 – 2 of 2) sorted by relevance
50 made_call_(false), in InterpreterAssembler()80 } else if (Bytecodes::MakesCallAlongCriticalPath(bytecode_) && made_call_ && in GetInterpretedFramePointer()89 if (Bytecodes::MakesCallAlongCriticalPath(bytecode_) && made_call_ && in BytecodeOffset()128 if (Bytecodes::MakesCallAlongCriticalPath(bytecode_) && made_call_ && in DispatchTableRawPointer()692 made_call_ = true; in CallPrologue()1388 DCHECK_IMPLIES(Bytecodes::MakesCallAlongCriticalPath(bytecode_), made_call_); in Dispatch()1441 DCHECK_IMPLIES(Bytecodes::MakesCallAlongCriticalPath(bytecode_), made_call_); in DispatchWide()
429 bool made_call_; variable