Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-accessor.h42 Runtime::FunctionId GetRuntimeIdOperand(int operand_index) const;
Dbytecode-array-accessor.cc152 Runtime::FunctionId BytecodeArrayAccessor::GetRuntimeIdOperand( in GetRuntimeIdOperand() function in v8::internal::interpreter::BytecodeArrayAccessor
/external/v8/src/debug/
Ddebug-evaluate.cc532 : it.GetRuntimeIdOperand(0); in FunctionHasNoSideEffect()
/external/v8/src/compiler/
Dbytecode-graph-builder.cc1391 Runtime::FunctionId functionId = bytecode_iterator().GetRuntimeIdOperand(0); in VisitCallRuntime()
1403 Runtime::FunctionId functionId = bytecode_iterator().GetRuntimeIdOperand(0); in VisitCallRuntimeForPair()