Searched refs:GetRuntimeIdOperand (Results 1 – 5 of 5) sorted by relevance
120 Runtime::FunctionId GetRuntimeIdOperand(int operand_index) const;
174 Runtime::FunctionId BytecodeArrayIterator::GetRuntimeIdOperand( in GetRuntimeIdOperand() function in v8::internal::interpreter::BytecodeArrayIterator
1293 CallRuntime(iterator().GetRuntimeIdOperand(0), in VisitCallRuntime()1299 CallRuntime(iterator().GetRuntimeIdOperand(0), in VisitCallRuntimeForPair()
2608 Runtime::FunctionId function_id = bytecode_iterator().GetRuntimeIdOperand(0); in VisitCallRuntime()2636 Runtime::FunctionId functionId = bytecode_iterator().GetRuntimeIdOperand(0); in VisitCallRuntimeForPair()
2857 : bytecode_iterator.GetRuntimeIdOperand(0); in PerformSideEffectCheckAtBytecode()