Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler_builtins.h37 V(BaselineCreateemptyobject) \
Dbaseline_call_signature.h93 DEFINE_PARAMETER_INDEX(BaselineCreateemptyobject,
Dbaseline_call_signature.cpp296 DEF_CALL_SIGNATURE(BaselineCreateemptyobject) in DEF_CALL_SIGNATURE() argument
Dbaseline_stubs.cpp663 GateRef glue = PtrArgument(PARAM_INDEX(BaselineCreateemptyobject, GLUE)); in GenerateCircuit()
664 GateRef sp = PtrArgument(PARAM_INDEX(BaselineCreateemptyobject, SP)); in GenerateCircuit()
665 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCreateemptyobject, SLOT_ID)); in GenerateCircuit()
Dbaseline_compiler.cpp1385 thread->GetBaselineStubEntry(BaselineStubCSigns::BaselineCreateemptyobject); in BYTECODE_BASELINE_HANDLER_IMPLEMENT()