Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler_builtins.h192 V(BaselineDeprecatedCreatearraywithbufferPrefImm16) \
Dbaseline_call_signature.h400 DEFINE_PARAMETER_INDEX(BaselineDeprecatedCreatearraywithbufferPrefImm16,
Dbaseline_stubs.cpp3791 GateRef glue = PtrArgument(PARAM_INDEX(BaselineDeprecatedCreatearraywithbufferPrefImm16, GLUE)); in GenerateCircuit()
3792 GateRef sp = PtrArgument(PARAM_INDEX(BaselineDeprecatedCreatearraywithbufferPrefImm16, SP)); in GenerateCircuit()
3793 …GateRef immI16 = Int32Argument(PARAM_INDEX(BaselineDeprecatedCreatearraywithbufferPrefImm16, IMM_I… in GenerateCircuit()
3794 …GateRef slotId = Int32Argument(PARAM_INDEX(BaselineDeprecatedCreatearraywithbufferPrefImm16, SLOT_… in GenerateCircuit()
3796 …TaggedPointerArgument(PARAM_INDEX(BaselineDeprecatedCreatearraywithbufferPrefImm16, PROFILE_TYPE_I… in GenerateCircuit()
3797 GateRef pc = PtrArgument(PARAM_INDEX(BaselineDeprecatedCreatearraywithbufferPrefImm16, PC)); in GenerateCircuit()
Dbaseline_call_signature.cpp2553 DEF_CALL_SIGNATURE(BaselineDeprecatedCreatearraywithbufferPrefImm16) in DEF_CALL_SIGNATURE() argument
Dbaseline_compiler.cpp4592 …thread->GetBaselineStubEntry(BaselineStubCSigns::BaselineDeprecatedCreatearraywithbufferPrefImm16); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()