Home
last modified time | relevance | path

Searched defs:numKeys (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp1607 uint8_t numKeys = READ_INST_8_0(); in InitBytecodeInfo() local
1617 uint16_t numKeys = READ_INST_16_1(); in InitBytecodeInfo() local
Dinterpreter_stub.cpp663 GateRef numKeys = ReadInst8_0(pc); in DECLARE_ASM_HANDLER() local
674 GateRef numKeys = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2563 uint32_t numKeys = argc - 1; in RuntimeOptCreateObjectWithExcludedKeys() local
2577 JSTaggedValue RuntimeStubs::RuntimeCreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, in RuntimeCreateObjectWithExcludedKeys()
Druntime_stubs.cpp2634 JSTaggedValue numKeys = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp328 JSTaggedValue SlowRuntimeStub::CreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, JST… in CreateObjectWithExcludedKeys()
Dinterpreter-inl.cpp4047 uint8_t numKeys = READ_INST_8_0(); in RunInternal() local
4061 uint16_t numKeys = READ_INST_16_1(); in RunInternal() local
Dinterpreter_assembly.cpp2188 uint8_t numKeys = READ_INST_8_0(); in HandleCreateobjectwithexcludedkeysImm8V8V8() local
4047 uint16_t numKeys = READ_INST_16_1(); in HandleWideCreateobjectwithexcludedkeysPrefImm16V8V8() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler.cpp1482 uint8_t numKeys = READ_INST_8_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
4139 int16_t numKeys = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
Dbaseline_stubs.cpp732 …GateRef numKeys = Int32Argument(PARAM_INDEX(BaselineCreateobjectwithexcludedkeysImm8V8V8, NUMKEYS)… in GenerateCircuit() local
3610 …GateRef numKeys = Int32Argument(PARAM_INDEX(BaselineWideCreateobjectwithexcludedkeysPrefImm16V8V8,… in GenerateCircuit() local