Home
last modified time | relevance | path

Searched defs:objVal (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp5095 JSTaggedValue objVal = GET_ACC(); in RunInternal() local
5112 JSTaggedValue objVal = GET_VREG_VALUE(vs); in RunInternal() local
5124 JSTaggedValue objVal = GET_ACC(); in RunInternal() local
5138 JSTaggedValue objVal = GET_VREG_VALUE(vs); in RunInternal() local
5280 JSTaggedValue objVal = GET_ACC(); in RunInternal() local
Dinterpreter_assembly.cpp837 JSTaggedValue objVal = GET_ACC(); in HandleResumegenerator() local
853 JSTaggedValue objVal = GET_ACC(); in HandleGetresumemode() local
2801 JSTaggedValue objVal = GET_ACC(); in HandleSetgeneratorstateImm8() local
4528 JSTaggedValue objVal = GET_VREG_VALUE(vs); in HandleDeprecatedGetresumemodePrefV8() local
4545 JSTaggedValue objVal = GET_VREG_VALUE(vs); in HandleDeprecatedResumegeneratorPrefV8() local
Dslow_runtime_stub.cpp328 …RuntimeStub::CreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, JSTaggedValue objVal, in CreateObjectWithExcludedKeys()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2347const JSHandle<JSTaggedValue> &objVal, in CommonCreateObjectWithExcludedKeys()
2388 …const JSHandle<JSTaggedValue> &objVal = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the obj… in RuntimeOptCreateObjectWithExcludedKeys() local
2406const JSHandle<JSTaggedValue> &objVal, in RuntimeCreateObjectWithExcludedKeys()
Druntime_stubs.cpp2491 …JSHandle<JSTaggedValue> objVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS() local