Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-iterator.h120 Runtime::FunctionId GetRuntimeIdOperand(int operand_index) const;
Dbytecode-array-iterator.cc174 Runtime::FunctionId BytecodeArrayIterator::GetRuntimeIdOperand( in GetRuntimeIdOperand() function in v8::internal::interpreter::BytecodeArrayIterator
/third_party/node/deps/v8/src/baseline/
Dbaseline-compiler.cc1293 CallRuntime(iterator().GetRuntimeIdOperand(0), in VisitCallRuntime()
1299 CallRuntime(iterator().GetRuntimeIdOperand(0), in VisitCallRuntimeForPair()
/third_party/node/deps/v8/src/compiler/
Dbytecode-graph-builder.cc2608 Runtime::FunctionId function_id = bytecode_iterator().GetRuntimeIdOperand(0); in VisitCallRuntime()
2636 Runtime::FunctionId functionId = bytecode_iterator().GetRuntimeIdOperand(0); in VisitCallRuntimeForPair()
/third_party/node/deps/v8/src/debug/
Ddebug.cc2857 : bytecode_iterator.GetRuntimeIdOperand(0); in PerformSideEffectCheckAtBytecode()