Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-accessor.h93 Runtime::FunctionId GetIntrinsicIdOperand(int operand_index) const;
Dbytecode-array-accessor.cc190 Runtime::FunctionId BytecodeArrayAccessor::GetIntrinsicIdOperand( in GetIntrinsicIdOperand() function in v8::internal::interpreter::BytecodeArrayAccessor
/external/v8/src/debug/
Ddebug-evaluate.cc890 ? it.GetIntrinsicIdOperand(0) in FunctionGetSideEffectState()
/external/v8/src/compiler/
Dbytecode-graph-builder.cc2043 Runtime::FunctionId functionId = bytecode_iterator().GetIntrinsicIdOperand(0); in VisitInvokeIntrinsic()