Home
last modified time | relevance | path

Searched defs:retValue (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.cpp109 … 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
Dbuiltins_array_stub_builder.cpp252 … 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
Dlinked_hashtable_stub_builder.cpp484 … 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/
Dets_interop_js_gtest.cpp102 int retValue = RUN_ALL_TESTS(); in Main() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_helper.h79 #define DCHECK_SPECIAL_VALUE_WITH_RETURN(jsValueRef, retValue) \ argument
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h846 Value GetReturnValueFromTaggedValue(uint64_t retValue) in GetReturnValueFromTaggedValue()
Dmethod-inl.h199 uint64_t retValue = InvokeCompiledCodeWithArgArray(values.get(), currentFrame, this, thread); in InvokeCompiledCode() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h1395 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
Dinterpreter_assembly.cpp3530 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/
Daarch64_schedule.cpp428 uint32 retValue = 0; in GetUnitKind() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.cpp567 VRegValue retValue(managedThread->GetCurrentFrame()->GetAcc().GetValue()); in MethodExit() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp710 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