Home
last modified time | relevance | path

Searched defs:GetReturnValue (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dregs.cc189 int64_t Regs::GetReturnValue(sapi::cpu::Architecture syscall_arch) const { in GetReturnValue() function in sandbox2::Regs
/aosp_15_r20/external/cronet/net/base/
H A Dlookup_string_in_fixed_set.cc58 bool GetReturnValue(const unsigned char* offset, int* return_value) { in GetReturnValue() function
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/utils/
H A Dreraiser_thread.py85 def GetReturnValue(self): member in ReraiserThread
/aosp_15_r20/art/runtime/mirror/
H A Demulated_stack_frame.cc211 void EmulatedStackFrame::GetReturnValue(Thread* self, JValue* value) { in GetReturnValue() function in art::mirror::EmulatedStackFrame
/aosp_15_r20/art/runtime/
H A Dinstrumentation.cc1675 JValue Instrumentation::GetReturnValue(ArtMethod* method, in GetReturnValue() function in art::instrumentation::Instrumentation
H A Dthread.cc217 JValue GetReturnValue() const { return ret_val_; } in GetReturnValue() function in art::DeoptimizationContextRecord