Home
last modified time | relevance | path

Searched defs:numKeys (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecodes.cpp1317 uint8_t numKeys = READ_INST_8_0(); in InitBytecodeInfo() local
1327 uint16_t numKeys = READ_INST_16_1(); in InitBytecodeInfo() local
H A Dinterpreter_stub.cpp633 GateRef numKeys = ReadInst8_0(pc); in DECLARE_ASM_HANDLER() local
643 GateRef numKeys = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp1475 uint8_t numKeys = READ_INST_8_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
4123 int16_t numKeys = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
H A Dbaseline_stubs.cpp731 GateRef numKeys = Int32Argument(PARAM_INDEX(BaselineCreateobjectwithexcludedkeysImm8V8V8, NUMKEYS)); in GenerateCircuit() local
3581 GateRef numKeys = Int32Argument(PARAM_INDEX(BaselineWideCreateobjectwithexcludedkeysPrefImm16V8V8, V0)); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp328 JSTaggedValue SlowRuntimeStub::CreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, JSTaggedValue objVal, in CreateObjectWithExcludedKeys() argument
H A Dinterpreter-inl.cpp4037 uint8_t numKeys = READ_INST_8_0(); in RunInternal() local
4051 uint16_t numKeys = READ_INST_16_1(); in RunInternal() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp2512 JSTaggedValue numKeys = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local

Completed in 62 milliseconds