HomeSort by relevance Sort by last modified time
    Searched refs:GetL (Results 1 - 8 of 8) sorted by null

  /art/runtime/
jvalue.h 53 mirror::Object* GetL() const { return l; }
reflection.cc 622 return value.GetL();
682 return result.GetL();
jni_internal.cc     [all...]
debugger.cc     [all...]
runtime.cc 367 hs.NewHandle(down_cast<mirror::ClassLoader*>(result.GetL())));
    [all...]
  /art/runtime/native/
java_lang_reflect_Field.cc 256 f->SetObject<false>(o, new_value.GetL());
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 235 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), result_register.GetL());
    [all...]
interpreter_switch_impl.cc 162 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), result_register.GetL());
    [all...]

Completed in 859 milliseconds