Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler_builtins.h185 V(BaselineWideCreateobjectwithexcludedkeysPrefImm16V8V8) \
Dbaseline_call_signature.h386 DEFINE_PARAMETER_INDEX(BaselineWideCreateobjectwithexcludedkeysPrefImm16V8V8,
Dbaseline_stubs.cpp3608 …GateRef glue = PtrArgument(PARAM_INDEX(BaselineWideCreateobjectwithexcludedkeysPrefImm16V8V8, GLUE… in GenerateCircuit()
3609 … GateRef sp = PtrArgument(PARAM_INDEX(BaselineWideCreateobjectwithexcludedkeysPrefImm16V8V8, SP)); in GenerateCircuit()
3610 …GateRef numKeys = Int32Argument(PARAM_INDEX(BaselineWideCreateobjectwithexcludedkeysPrefImm16V8V8,… in GenerateCircuit()
3611 …GateRef objId = Int32Argument(PARAM_INDEX(BaselineWideCreateobjectwithexcludedkeysPrefImm16V8V8, V… in GenerateCircuit()
3612 …ateRef firstArgRegIdx = Int32Argument(PARAM_INDEX(BaselineWideCreateobjectwithexcludedkeysPrefImm1… in GenerateCircuit()
Dbaseline_call_signature.cpp2443 DEF_CALL_SIGNATURE(BaselineWideCreateobjectwithexcludedkeysPrefImm16V8V8) in DEF_CALL_SIGNATURE() argument
Dbaseline_compiler.cpp4144 …thread->GetBaselineStubEntry(BaselineStubCSigns::BaselineWideCreateobjectwithexcludedkeysPrefImm16… in BYTECODE_BASELINE_HANDLER_IMPLEMENT()