Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler_builtins.h44 V(BaselineCreatearraywithbufferImm8Id16) \
Dbaseline_call_signature.h107 DEFINE_PARAMETER_INDEX(BaselineCreatearraywithbufferImm8Id16,
Dbaseline_stubs.cpp772 GateRef glue = PtrArgument(PARAM_INDEX(BaselineCreatearraywithbufferImm8Id16, GLUE)); in GenerateCircuit()
773 GateRef sp = PtrArgument(PARAM_INDEX(BaselineCreatearraywithbufferImm8Id16, SP)); in GenerateCircuit()
774 GateRef traceId = Int32Argument(PARAM_INDEX(BaselineCreatearraywithbufferImm8Id16, TRACE_ID)); in GenerateCircuit()
775 GateRef imm = Int32Argument(PARAM_INDEX(BaselineCreatearraywithbufferImm8Id16, IMM)); in GenerateCircuit()
776 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCreatearraywithbufferImm8Id16, SLOTID)); in GenerateCircuit()
Dbaseline_call_signature.cpp408 DEF_CALL_SIGNATURE(BaselineCreatearraywithbufferImm8Id16) in DEF_CALL_SIGNATURE() argument
Dbaseline_compiler.cpp1585 thread->GetBaselineStubEntry(BaselineStubCSigns::BaselineCreatearraywithbufferImm8Id16); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()