| /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
|
| D | builtins_array_stub_builder.cpp | 252 … GateRef retValue = JSCallDispatch(glue, callbackFnHandle, Int32(NUM_MANDATORY_JSFUNC_ARGS), 0, in Filter() local 1162 … GateRef retValue = JSCallDispatch(glue, callbackFnHandle, Int32(NUM_MANDATORY_JSFUNC_ARGS), 0, in Find() local 1270 … GateRef retValue = JSCallDispatch(glue, callbackFnHandle, Int32(NUM_MANDATORY_JSFUNC_ARGS), 0, in FindIndex() local 1328 … GateRef retValue = JSCallDispatch(glue, callbackFnHandle, Int32(NUM_MANDATORY_JSFUNC_ARGS), in FindIndex() local
|
| D | linked_hashtable_stub_builder.cpp | 484 … GateRef retValue = JSCallDispatch(glue_, callbackFnHandle, Int32(NUM_MANDATORY_JSFUNC_ARGS), 0, in ForEach() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/ |
| D | ets_interop_js_gtest.cpp | 102 int retValue = RUN_ALL_TESTS(); in Main() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_helper.h | 79 #define DCHECK_SPECIAL_VALUE_WITH_RETURN(jsValueRef, retValue) \ argument
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | method.h | 846 Value GetReturnValueFromTaggedValue(uint64_t retValue) in GetReturnValueFromTaggedValue()
|
| D | method-inl.h | 199 uint64_t retValue = InvokeCompiledCodeWithArgArray(values.get(), currentFrame, this, thread); in InvokeCompiledCode() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 1395 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local 3266 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local 3402 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local 3538 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local 3674 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local 4046 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local 4182 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local 4317 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local
|
| D | interpreter_assembly.cpp | 3530 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleWideSupercallarrowrangePrefImm16V8() local 3673 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleWideSupercallthisrangePrefImm16V8() local 3863 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleWideNewobjrangePrefImm16V8() local 6834 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleSupercallarrowrangeImm8Imm8V8() local 6977 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleSupercallthisrangeImm8Imm8V8() local 7155 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleNewobjrangeImm16Imm8V8() local 7297 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleNewobjrangeImm8Imm8V8() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_schedule.cpp | 428 uint32 retValue = 0; in GetUnitKind() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| D | debugger.cpp | 567 VRegValue retValue(managedThread->GetCurrentFrame()->GetAcc().GetValue()); in MethodExit() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 710 auto retValue = JSCallDispatch(glue, getter, Int32(0), 0, Circuit::NullGate(), in CallGetterHelper() local 759 auto retValue = JSCallDispatch(glue, setter, Int32(1), 0, Circuit::NullGate(), in CallSetterHelper() local 4243 GateRef retValue = JSCallDispatch(glue, instof, Int32(1), 0, Circuit::NullGate(), in TryFastHasInstance() local
|