Searched defs:retValue (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | containers_stub_builder.cpp | 109 … GateRef retValue = JSCallDispatch(glue, callbackFnHandle, Int32(NUM_MANDATORY_JSFUNC_ARGS), 0, in ContainersCommonFuncCall() local 224 … GateRef retValue = JSCallDispatch(glue, callbackFnHandle, Int32(NUM_MANDATORY_JSFUNC_ARGS), 0, in QueueCommonFuncCall() local 332 … GateRef retValue = JSCallDispatch(glue, callbackFnHandle, Int32(NUM_MANDATORY_JSFUNC_ARGS), 0, in DequeCommonFuncCall() local 436 … GateRef retValue = JSCallDispatch(glue, callbackFnHandle, Int32(NUM_MANDATORY_JSFUNC_ARGS), 0, in ContainersLightWeightCall() local 556 … GateRef retValue = JSCallDispatch(glue, callbackFnHandle, Int32(NUM_MANDATORY_JSFUNC_ARGS), 0, in ContainersHashCall() local 573 GateRef retValue = CallRuntime(glue, RTSTUB_ID(ContainerRBTreeForEach), in ContainersHashCall() local 684 … GateRef retValue = JSCallDispatch(glue, callbackFnHandle, Int32(NUM_MANDATORY_JSFUNC_ARGS), 0, in ContainersLinkedListCall() local
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | interpreter-inl.h | 1350 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local 3215 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local 3350 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local 3485 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local 3620 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local 3986 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local 4122 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local 4257 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local
|
D | interpreter_assembly.cpp | 3492 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleWideSupercallarrowrangePrefImm16V8() local 3635 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleWideSupercallthisrangePrefImm16V8() local 3825 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleWideNewobjrangePrefImm16V8() local 6731 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleSupercallarrowrangeImm8Imm8V8() local 6874 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleSupercallthisrangeImm8Imm8V8() local 7052 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleNewobjrangeImm16Imm8V8() local 7194 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleNewobjrangeImm8Imm8V8() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub_builder.cpp | 606 auto retValue = JSCallDispatch(glue, getter, Int32(0), 0, Circuit::NullGate(), in CallGetterHelper() local 655 auto retValue = JSCallDispatch(glue, setter, Int32(1), 0, Circuit::NullGate(), in CallSetterHelper() local 3530 GateRef retValue = JSCallDispatch(glue, instof, Int32(1), 0, Circuit::NullGate(), in TryFastHasInstance() local
|