HomeSort by relevance Sort by last modified time
    Searched refs:Dbg (Results 1 - 25 of 35) sorted by null

1 2

  /art/libart_fake/
fake.cc 23 class Dbg {
34 void Dbg::SuspendVM() {
38 void Dbg::ResumeVM() {
  /external/elfutils/libdw/
memory-access.h 131 # define read_2ubyte_unaligned(Dbg, Addr) \
132 (unlikely ((Dbg)->other_byte_order) \
135 # define read_2sbyte_unaligned(Dbg, Addr) \
136 (unlikely ((Dbg)->other_byte_order) \
142 # define read_4ubyte_unaligned(Dbg, Addr) \
143 (unlikely ((Dbg)->other_byte_order) \
146 # define read_4sbyte_unaligned(Dbg, Addr) \
147 (unlikely ((Dbg)->other_byte_order) \
153 # define read_8ubyte_unaligned(Dbg, Addr) \
154 (unlikely ((Dbg)->other_byte_order)
    [all...]
  /art/runtime/jdwp/
jdwp_event.cc 139 if (!Dbg::RequiresDeoptimization()) {
206 Dbg::WatchLocation(&pMod->locationOnly.loc, &req);
212 JdwpError status = Dbg::ConfigureStep(pMod->step.threadId, size, depth);
223 Dbg::RequestDeoptimization(req);
230 Dbg::RequestDeoptimization(req);
246 Dbg::ManageDeoptimization();
285 Dbg::UnwatchLocation(&pMod->locationOnly.loc, &req);
290 Dbg::UnconfigureStep(pMod->step.threadId);
298 Dbg::RequestDeoptimization(req);
305 Dbg::RequestDeoptimization(req)
    [all...]
jdwp_handler.cc 43 return StringPrintf("%#" PRIx64 " (%s)", field_id, Dbg::GetFieldName(field_id).c_str());
47 return StringPrintf("%#" PRIx64 " (%s)", method_id, Dbg::GetMethodName(method_id).c_str());
52 Dbg::GetSignature(ref_type_id, &signature);
59 JdwpError rc = Dbg::GetObjectTag(object_id, &tag);
96 class_id, method_id, Dbg::GetClassName(class_id).c_str(),
97 Dbg::GetMethodName(method_id).c_str());
104 size_t width = Dbg::GetTagWidth(argTypes[i]);
115 JDWP::JdwpError error = Dbg::PrepareInvokeMethod(request->GetId(), thread_id, object_id,
155 Dbg::FindLoadedClassBySignature(classDescriptor.c_str(), &ids);
163 JDWP::JdwpError status = Dbg::GetClassInfo(ids[i], &type_tag, &class_status, nullptr)
    [all...]
jdwp_main.cc 500 Dbg::Connected();
504 while (!Dbg::IsDisposed()) {
524 debug_thread_id_ = Dbg::GetThreadSelfId();
540 Dbg::DdmDisconnected();
550 Dbg::Disconnected();
553 Dbg::UndoDebuggerSuspensions();
572 Dbg::DdmConnected();
607 if (!Dbg::IsDebuggerActive()) {
636 << Dbg::GetClassName(rhs.class_id) << "." << Dbg::GetMethodName(rhs.method_id
    [all...]
  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 32 Dbg::SetAllocTrackingEnabled(enable);
37 return Dbg::GetRecentAllocations();
123 JDWP::Append1BE(bytes, Dbg::ToJdwpThreadStatus(t->GetState()));
156 return Dbg::DdmHandleHpifChunk(static_cast<Dbg::HpifWhen>(when));
160 return Dbg::DdmHandleHpsgNhsgChunk(static_cast<Dbg::HpsgWhen>(when), static_cast<Dbg::HpsgWhat>(what), native);
164 Dbg::DdmSetThreadNotification(enable);
org_apache_harmony_dalvik_ddmc_DdmServer.cc 32 Dbg::DdmSendChunk(type, length, reinterpret_cast<const uint8_t*>(&data[offset]));
dalvik_system_VMDebug.cc 147 return Dbg::IsDebuggerActive();
151 return Dbg::IsJdwpConfigured();
155 return Dbg::LastDebuggerActivity();
dalvik_system_ZygoteHooks.cc 101 Dbg::SetJdwpAllowed((debug_flags & DEBUG_ENABLE_DEBUGGER) != 0);
dalvik_system_VMRuntime.cc 145 return Dbg::IsDebuggerActive();
  /art/runtime/
debugger.cc 164 Dbg::UpdateDebugger(thread, this_object, method, 0, Dbg::kMethodEntry, nullptr);
175 uint32_t events = Dbg::kMethodExit;
179 events |= Dbg::kMethodEntry;
182 Dbg::UpdateDebugger(thread, this_object, method, dex_pc, events, &return_value);
207 events = Dbg::kMethodEntry;
210 Dbg::UpdateDebugger(thread, this_object, method, new_dex_pc, events, nullptr);
217 Dbg::PostFieldAccessEvent(method, dex_pc, this_object, field);
224 Dbg::PostFieldModificationEvent(method, dex_pc, this_object, field, &field_value);
229 Dbg::PostException(exception_object)
    [all...]
thread_list.cc     [all...]
runtime.cc 305 Dbg::StopJdwp();
766 Dbg::StartJdwp();
    [all...]
debugger.h 201 class Dbg {
    [all...]
instrumentation.cc 110 return Dbg::IsDebuggerActive() &&
    [all...]
thread.cc 449 Dbg::PostThreadStart(self);
802 Dbg::PostThreadStart(self);
    [all...]
art_method.cc 258 if (UNLIKELY(!runtime->IsStarted() || Dbg::IsForcedInterpreterNeededForCalling(self, this))) {
  /art/runtime/jit/
jit.cc 248 if (Dbg::IsDebuggerActive() && Dbg::MethodHasAnyBreakpoints(method)) {
450 if (Dbg::IsDebuggerActive()) {
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 758 if (UNLIKELY(Dbg::IsForcedInterpreterNeededForUpcall(self, caller))) {
    [all...]
  /art/runtime/interpreter/mterp/
mterp.cc 149 return instrumentation->NonJitProfilingActive() || Dbg::IsDebuggerActive();
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 191 <! WARNING. bug in ST: this is cut-n-paste into Dbg.stg !>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 226 <! WARNING. bug in ST: this is cut-n-paste into Dbg.stg !>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 216 <! WARNING. bug in ST: this is cut-n-paste into Dbg.stg !>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
Scala.stg 213 <! WARNING. bug in ST: this is cut-n-paste into Dbg.stg !>
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]

Completed in 581 milliseconds

1 2