Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-intrinsics-generator.cc32 TNode<Object> InvokeIntrinsic(
61 return generator.InvokeIntrinsic(function_id, context, args); in GenerateInvokeIntrinsic()
66 TNode<Object> IntrinsicsGenerator::InvokeIntrinsic( in InvokeIntrinsic() function in v8::internal::interpreter::IntrinsicsGenerator
Dbytecodes.h266 V(InvokeIntrinsic, ImplicitRegisterUse::kWriteAccumulator, \
Dinterpreter-generator.cc1497 IGNITION_HANDLER(InvokeIntrinsic, InterpreterAssembler) { in IGNITION_HANDLER() argument
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.cc687 MAGLEV_UNIMPLEMENTED_BYTECODE(InvokeIntrinsic) in MAGLEV_UNIMPLEMENTED_BYTECODE()