Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h5059 JSTaggedValue objVal = GET_ACC(); in RunInternal() local
5073 JSTaggedValue objVal = GET_VREG_VALUE(vs); in RunInternal() local
5085 JSTaggedValue objVal = GET_ACC(); in RunInternal() local
5099 JSTaggedValue objVal = GET_VREG_VALUE(vs); in RunInternal() local
5241 JSTaggedValue objVal = GET_ACC(); in RunInternal() local
Dslow_runtime_stub.cpp353 …RuntimeStub::CreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, JSTaggedValue objVal, in CreateObjectWithExcludedKeys()
Dinterpreter_assembly.cpp845 JSTaggedValue objVal = GET_ACC(); in HandleResumegenerator() local
861 JSTaggedValue objVal = GET_ACC(); in HandleGetresumemode() local
2809 JSTaggedValue objVal = GET_ACC(); in HandleSetgeneratorstateImm8() local
4496 JSTaggedValue objVal = GET_VREG_VALUE(vs); in HandleDeprecatedGetresumemodePrefV8() local
4513 JSTaggedValue objVal = GET_VREG_VALUE(vs); in HandleDeprecatedResumegeneratorPrefV8() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2152const JSHandle<JSTaggedValue> &objVal, in CommonCreateObjectWithExcludedKeys()
2193 …const JSHandle<JSTaggedValue> &objVal = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the obj… in RuntimeOptCreateObjectWithExcludedKeys() local
2211const JSHandle<JSTaggedValue> &objVal, in RuntimeCreateObjectWithExcludedKeys()
Druntime_stubs.cpp2238 …JSHandle<JSTaggedValue> objVal = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS() local