Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp890 uint8_t numKeys = READ_INST_8_0(); in InitBytecodeInfo() local
899 uint16_t numKeys = READ_INST_16_1(); in InitBytecodeInfo() local
Dinterpreter_stub.cpp289 GateRef numKeys = ReadInst8_0(pc); in DECLARE_ASM_HANDLER() local
299 GateRef numKeys = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local
Dslowpath_lowering.cpp2263 GateRef numKeys = acc_.GetValueIn(gate, 0); in LowerCreateObjectWithExcludedKeys() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp353 JSTaggedValue SlowRuntimeStub::CreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, JST… in CreateObjectWithExcludedKeys()
Dinterpreter-inl.h3762 uint8_t numKeys = READ_INST_8_0(); in RunInternal() local
3776 uint16_t numKeys = READ_INST_16_1(); in RunInternal() local
Dinterpreter_assembly.cpp2043 uint8_t numKeys = READ_INST_8_0(); in HandleCreateobjectwithexcludedkeysImm8V8V8() local
3820 uint16_t numKeys = READ_INST_16_1(); in HandleWideCreateobjectwithexcludedkeysPrefImm16V8V8() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1890 JSTaggedValue RuntimeStubs::RuntimeCreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, in RuntimeCreateObjectWithExcludedKeys()
Druntime_stubs.cpp1610 JSTaggedValue numKeys = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local