Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler_builtins.h45 V(BaselineCreatearraywithbufferImm16Id16) \
Dbaseline_call_signature.h109 DEFINE_PARAMETER_INDEX(BaselineCreatearraywithbufferImm16Id16,
Dbaseline_stubs.cpp788 GateRef glue = PtrArgument(PARAM_INDEX(BaselineCreatearraywithbufferImm16Id16, GLUE)); in GenerateCircuit()
789 GateRef sp = PtrArgument(PARAM_INDEX(BaselineCreatearraywithbufferImm16Id16, SP)); in GenerateCircuit()
790 GateRef traceId = Int32Argument(PARAM_INDEX(BaselineCreatearraywithbufferImm16Id16, TRACE_ID)); in GenerateCircuit()
791 GateRef imm = Int32Argument(PARAM_INDEX(BaselineCreatearraywithbufferImm16Id16, IMM)); in GenerateCircuit()
792 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCreatearraywithbufferImm16Id16, SLOTID)); in GenerateCircuit()
Dbaseline_call_signature.cpp425 DEF_CALL_SIGNATURE(BaselineCreatearraywithbufferImm16Id16) in DEF_CALL_SIGNATURE() argument
Dbaseline_compiler.cpp1608 … thread->GetBaselineStubEntry(BaselineStubCSigns::BaselineCreatearraywithbufferImm16Id16); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()