Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.cpp115 GateRef retValue = callBuilder.JSCallDispatch(); in ContainersCommonFuncCall() local
235 GateRef retValue = callBuilder.JSCallDispatch(); in QueueCommonFuncCall() local
346 GateRef retValue = callBuilder.JSCallDispatch(); in DequeCommonFuncCall() local
453 GateRef retValue = callBuilder.JSCallDispatch(); in ContainersLightWeightCall() local
576 GateRef retValue = callBuilder.JSCallDispatch(); in ContainersHashCall() local
591 GateRef retValue = CallRuntime(glue, RTSTUB_ID(ContainerRBTreeForEach), in ContainersHashCall() local
706 GateRef retValue = callBuilder.JSCallDispatch(); in ContainersLinkedListCall() local
Dbuiltins_array_stub_builder.cpp658 GateRef retValue = callBuilder.JSCallDispatch(); in Filter() local
821 GateRef retValue = callBuilder.JSCallDispatch(); in Map() local
2200 GateRef retValue = callBuilder.JSCallDispatch(); in Find() local
2311 GateRef retValue = callBuilder.JSCallDispatch(); in FindIndex() local
2371 GateRef retValue = callBuilder.JSCallDispatch(); in FindIndex() local
3541 GateRef retValue = callBuilder.JSCallDispatch(); in Some() local
3619 GateRef retValue = callBuilder.JSCallDispatch(); in Some() local
3738 GateRef retValue = callBuilder.JSCallDispatch(); in Every() local
3812 GateRef retValue = callBuilder.JSCallDispatch(); in Every() local
4135 GateRef retValue = callBuilder.JSCallDispatch(); in FindLastIndex() local
[all …]
Dbuiltins_typedarray_stub_builder.cpp761 GateRef retValue = callBuilder.JSCallDispatch(); in Find() local
1286 GateRef retValue = callBuilder.JSCallDispatch(); in Every() local
1375 GateRef retValue = callBuilder.JSCallDispatch(); in Some() local
1480 GateRef retValue = callBuilder.JSCallDispatch(); in Filter() local
2333 GateRef retValue = callBuilder.JSCallDispatch(); in FindIndex() local
2444 GateRef retValue = callBuilder.JSCallDispatch(); in FindLastIndex() local
2682 GateRef retValue = callBuilder.JSCallDispatch(); in Map() local
Dlinked_hashtable_stub_builder.cpp467 GateRef retValue = callBuilder.JSCallDispatch(); in ForEach() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.cpp91 int retValue = RUN_ALL_TESTS(); in Main() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_helper.h94 #define DCHECK_SPECIAL_VALUE_WITH_RETURN(jsValueRef, retValue) \ argument
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod-inl.h199 uint64_t retValue = InvokeCompiledCodeWithArgArray(values.get(), currentFrame, this, thread); in InvokeCompiledCode() local
Dmethod.h866 Value GetReturnValueFromTaggedValue(uint64_t retValue) in GetReturnValueFromTaggedValue()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp1410 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local
3282 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local
3418 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local
3554 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local
3690 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local
4079 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local
4215 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local
4350 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local
Dinterpreter_assembly.cpp3562 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleWideSupercallarrowrangePrefImm16V8() local
3705 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleWideSupercallthisrangePrefImm16V8() local
3895 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleWideNewobjrangePrefImm16V8() local
7044 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleSupercallarrowrangeImm8Imm8V8() local
7187 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleSupercallthisrangeImm8Imm8V8() local
7365 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleNewobjrangeImm16Imm8V8() local
7507 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleNewobjrangeImm8Imm8V8() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Ddeps.h213 uint32 retValue = 0; in GetUnitKind() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.cpp566 VRegValue retValue(managedThread->GetCurrentFrame()->GetAcc().GetValue()); in MethodExit() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp5627 GateRef retValue = callBuilder.JSCallDispatch(); in TryFastHasInstance() local