OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instrumentation_
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/base/message_loop/
message_pump_mac.mm
486
instrumentation_
= MessagePumpInstrumentation::Create(
546
if (
instrumentation_
)
547
instrumentation_
->WorkSourceEntered(delegate_);
588
if (
instrumentation_
)
589
instrumentation_
->WorkSourceExited();
682
if (self->
instrumentation_
)
683
self->
instrumentation_
->WaitingFinished();
696
if (self->
instrumentation_
)
697
self->
instrumentation_
->WaitingStarted();
724
if (self->
instrumentation_
)
[
all
...]
message_pump_mac.h
118
WeakPtr<MessagePumpInstrumentation>
instrumentation_
;
member in class:base::MessagePumpCFRunLoopBase
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
WrappedGTestResultParser.java
93
if (line.startsWith("
INSTRUMENTATION_
")) {
/art/runtime/
runtime.h
403
return &
instrumentation_
;
407
return &
instrumentation_
;
607
instrumentation::Instrumentation
instrumentation_
;
member in class:art::Runtime
instrumentation.cc
346
instrumentation_
(instrumentation),
382
if (
instrumentation_
->ShouldNotifyMethodEnterExitEvents()) {
385
instrumentation_
->MethodExitEvent(thread_, instrumentation_frame.this_object_, m,
402
Instrumentation* const
instrumentation_
;
member in struct:art::instrumentation::RestoreStackVisitor
[
all
...]
runtime.cc
136
instrumentation_
(),
[
all
...]
/external/vixl/src/a64/
simulator-a64.h
411
decoder_->AppendVisitor(
instrumentation_
);
413
decoder_->RemoveVisitor(
instrumentation_
);
595
Instrument*
instrumentation_
;
simulator-a64.cc
91
instrumentation_
= new Instrument("vixl_stats.csv", 10);
121
decoder_->RemoveVisitor(
instrumentation_
);
122
delete
instrumentation_
;
[
all
...]
/prebuilts/devtools/tools/lib/
chimpchat.jar
Completed in 336 milliseconds