Searched defs:retValue (Results 1 – 5 of 5) 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 | 1263 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local 3066 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local 3201 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local 3336 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local 3471 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local 3836 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local 3972 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local 4107 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in RunInternal() local
|
| D | interpreter_assembly.cpp | 3392 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleWideSupercallarrowrangePrefImm16V8() local 3535 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleWideSupercallthisrangePrefImm16V8() local 3725 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleWideNewobjrangePrefImm16V8() local 6631 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleSupercallarrowrangeImm8Imm8V8() local 6774 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleSupercallthisrangeImm8Imm8V8() local 6952 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleNewobjrangeImm16Imm8V8() local 7094 JSTaggedValue retValue = reinterpret_cast<EcmaEntrypoint>( in HandleNewobjrangeImm8Imm8V8() local
|
| /arkcompiler/runtime_core/runtime/tooling/ |
| D | debugger.cpp | 574 VRegValue retValue(managedThread->GetCurrentFrame()->GetAcc().GetValue()); in MethodExit() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 573 auto retValue = JSCallDispatch(glue, getter, Int32(0), 0, Circuit::NullGate(), in CallGetterHelper() local 621 auto retValue = JSCallDispatch(glue, setter, Int32(1), 0, Circuit::NullGate(), in CallSetterHelper() local 3166 GateRef retValue = JSCallDispatch(glue, instof, Int32(1), 0, Circuit::NullGate(), in InstanceOf() local
|