HomeSort by relevance Sort by last modified time
    Searched refs:JValue (Results 26 - 44 of 44) sorted by null

12

  /art/runtime/
debugger.h 34 #include "jvalue.h"
84 JValue result_value;
381 static void OutputMethodReturnValue(JDWP::MethodId method_id, const JValue* return_value,
384 static void OutputFieldValue(JDWP::FieldId field_id, const JValue* field_value,
411 static void OutputJValue(JDWP::JdwpTag tag, const JValue* return_value, JDWP::ExpandBuf* pReply)
508 const JValue* field_value)
522 int event_flags, const JValue* return_value)
667 const JValue* return_value)
jni_internal.cc 273 jvalue args[2];
    [all...]
jni_internal.h 44 union JValue;
instrumentation.cc 386 GetDexPc(), JValue());
    [all...]
thread.h 38 #include "jvalue.h"
720 void SetDeoptimizationReturnValue(const JValue& ret_val);
722 ShadowFrame* GetAndClearDeoptimizationShadowFrame(JValue* ret_val);
    [all...]
trace.cc 583 const JValue& field_value)
600 const JValue& return_value) {
debugger.cc 248 uint32_t dex_pc, const JValue& return_value)
278 uint32_t dex_pc, mirror::ArtField* field, const JValue& field_value)
    [all...]
thread.cc 114 void Thread::SetDeoptimizationReturnValue(const JValue& ret_val) {
118 ShadowFrame* Thread::GetAndClearDeoptimizationShadowFrame(JValue* ret_val) {
    [all...]
runtime.cc 365 JValue result = InvokeWithJValues(soa, nullptr, soa.EncodeMethod(getSystemClassLoader), nullptr);
    [all...]
class_linker.cc     [all...]
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 113 JValue ExecuteGotoImpl(Thread* self, MethodHelper& mh, const DexFile::CodeItem* code_item,
114 ShadowFrame& shadow_frame, JValue result_register) {
140 return JValue();
249 JValue result;
274 JValue result;
292 JValue result;
312 JValue result;
331 JValue result;
    [all...]
interpreter_switch_impl.cc 32 return JValue(); /* Handled in caller. */ \
61 JValue ExecuteSwitchImpl(Thread* self, MethodHelper& mh, const DexFile::CodeItem* code_item,
62 ShadowFrame& shadow_frame, JValue result_register) {
66 return JValue();
175 JValue result;
197 JValue result;
212 JValue result;
229 JValue result;
245 JValue result;
    [all...]
  /art/runtime/mirror/
dex_cache.h 31 union JValue;
art_method.h 34 union JValue;
43 const DexFile::CodeItem* code_item, ShadowFrame* shadow_frame, JValue* result);
235 void Invoke(Thread* self, uint32_t* args, uint32_t args_size, JValue* result, const char* shorty)
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 225 JValue result = interpreter::EnterInterpreterFromStub(self, mh, code_item, *shadow_frame);
237 ScopedObjectAccessUnchecked& soa, std::vector<jvalue>& args) :
241 jvalue val;
271 std::vector<jvalue>& args_;
298 std::vector<jvalue> args;
312 JValue result = InvokeProxyInvocationHandler(soa, proxy_mh.GetShorty(),
  /art/runtime/entrypoints/
entrypoint_utils.h 27 #include "jvalue.h"
179 JValue InvokeProxyInvocationHandler(ScopedObjectAccessAlreadyRunnable& soa, const char* shorty,
181 std::vector<jvalue>& args)
  /art/runtime/jdwp/
jdwp_event.cc 835 int eventFlags, const JValue* returnValue) {
936 mirror::Object* this_object, const JValue* fieldValue,
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 531 JValue result = interpreter::EnterInterpreterFromStub(self, mh, code_item, *shadow_frame);
545 ScopedObjectAccessUnchecked* soa, std::vector<jvalue>* args) :
554 std::vector<jvalue>* const args_;
562 jvalue val;
635 std::vector<jvalue> args;
653 JValue result = InvokeProxyInvocationHandler(soa, shorty, rcvr_jobj, interface_method_jobj, args);
    [all...]
  /art/runtime/hprof/
hprof.cc 909 int byteLength = sFieldCount * sizeof(JValue); // TODO bogus; fields are packed
    [all...]

Completed in 366 milliseconds

12