Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.cpp117 GateRef retValue = callBuilder.JSCallDispatch(); in ContainersCommonFuncCall() local
240 GateRef retValue = callBuilder.JSCallDispatch(); in ContainersLightWeightCall() local
366 GateRef retValue = callBuilder.JSCallDispatch(); in ContainersHashCall() local
381 GateRef retValue = CallRuntimeWithGlobalEnv(glue, GetCurrentGlobalEnv(), in ContainersHashCall() local
500 GateRef retValue = callBuilder.JSCallDispatch(); in ContainersLinkedListCall() local
Dcontainers_queue_stub_builder.cpp116 GateRef retValue = callBuilder.JSCallDispatch(); in ForEach() local
Dcontainers_deque_stub_builder.cpp117 GateRef retValue = callBuilder.JSCallDispatch(); in ForEach() local
Dbuiltins_array_stub_builder.cpp647 GateRef retValue = callBuilder.JSCallDispatch(); in Filter() local
711 GateRef retValue = callBuilder.JSCallDispatch(); in Filter() local
853 GateRef retValue = callBuilder.JSCallDispatch(); in Map() local
4679 GateRef retValue = callBuilder.JSCallDispatch(); in FindLastIndex() local
4756 GateRef retValue = callBuilder.JSCallDispatch(); in FindLastIndex() local
4872 GateRef retValue = callBuilder.JSCallDispatch(); in FindLast() local
4951 GateRef retValue = callBuilder.JSCallDispatch(); in FindLast() local
5260 GateRef retValue = callBuilder.JSCallDispatch(); in FlatMap() local
5358 GateRef retValue = callBuilder.JSCallDispatch(); in FlatMap() local
5414 GateRef retValue = GetValueFromTaggedArray(glue, mappedElements, *i); in FlatMap() local
Dbuiltins_typedarray_stub_builder.cpp743 GateRef retValue = callBuilder.JSCallDispatch(); in Find() local
1263 GateRef retValue = callBuilder.JSCallDispatch(); in Every() local
1352 GateRef retValue = callBuilder.JSCallDispatch(); in Some() local
1457 GateRef retValue = callBuilder.JSCallDispatch(); in Filter() local
2315 GateRef retValue = callBuilder.JSCallDispatch(); in FindIndex() local
2426 GateRef retValue = callBuilder.JSCallDispatch(); in FindLastIndex() local
2683 GateRef retValue = callBuilder.JSCallDispatch(); in Map() local
Dbuiltins_array_stub_builder_next_optimization.cpp1371 GateRef retValue = callBuilder.JSCallDispatch(); in FindOrFindIndex() local
1433 GateRef retValue = callBuilder.JSCallDispatch(); in FindOrFindIndex() local
1594 GateRef retValue = callBuilder.JSCallDispatch(); in VisitAll() local
1691 GateRef retValue = callBuilder.JSCallDispatch(); in VisitAll() local
Dlinked_hashtable_stub_builder.cpp473 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.h200 uint64_t retValue = InvokeCompiledCodeWithArgArray(values.get(), currentFrame, this, thread); in InvokeCompiledCode() local
Dmethod.h884 Value GetReturnValueFromTaggedValue(uint64_t retValue) in GetReturnValueFromTaggedValue()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp1427 … JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>(nativePointer)(ecmaRuntimeCallInfo); in RunInternal() local
3306 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local
3442 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local
3578 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local
3714 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local
4120 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local
4256 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local
4391 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local
Dinterpreter_assembly.cpp3619 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleWideSupercallarrowrangePrefImm16V8() local
3762 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleWideSupercallthisrangePrefImm16V8() local
3952 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleWideNewobjrangePrefImm16V8() local
7120 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleSupercallarrowrangeImm8Imm8V8() local
7263 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleSupercallthisrangeImm8Imm8V8() local
7441 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleNewobjrangeImm16Imm8V8() local
7583 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleNewobjrangeImm8Imm8V8() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DPagBuilder.ts1114 let retValue = (retStmt as ArkReturnStmt).getOp(); variable
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.cpp605 VRegValue retValue(managedThread->GetCurrentFrame()->GetAcc().GetValue()); in MethodExit() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp985 int8 retValue = static_cast<int64>(value & heapObjectMask) == 0; in SelectTaggedIsHeapObject() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp6352 GateRef retValue = callBuilder.JSCallDispatch(); in TryFastHasInstance() local