OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PhaseUtil
(Results
1 - 8
of
8
) sorted by null
/art/runtime/openjdkjvmti/
ti_phase.cc
47
jvmtiPhase
PhaseUtil
::current_phase_ = static_cast<jvmtiPhase>(0);
49
struct
PhaseUtil
::PhaseCallback : public art::RuntimePhaseCallback {
62
PhaseUtil
::current_phase_ = JVMTI_PHASE_PRIMORDIAL;
68
PhaseUtil
::current_phase_ = JVMTI_PHASE_START;
77
PhaseUtil
::current_phase_ = JVMTI_PHASE_LIVE;
84
PhaseUtil
::current_phase_ = JVMTI_PHASE_DEAD;
94
PhaseUtil
::PhaseCallback gPhaseCallback;
96
jvmtiError
PhaseUtil
::GetPhase(jvmtiEnv* env ATTRIBUTE_UNUSED, jvmtiPhase* phase_ptr) {
100
jvmtiPhase now =
PhaseUtil
::current_phase_;
110
bool
PhaseUtil
::IsLivePhase()
[
all
...]
ti_phase.h
42
class
PhaseUtil
{
ti_properties.cc
171
if (!
PhaseUtil
::IsLivePhase()) {
ti_search.cc
244
jvmtiPhase phase =
PhaseUtil
::GetPhaseUnchecked();
ti_method.cc
60
jnienv,
PhaseUtil
::IsLivePhase() ? jnienv->AddLocalReference<jthread>(thread->GetPeer())
OpenjdkJvmTi.cc
[
all
...]
ti_thread.cc
178
if (!
PhaseUtil
::IsLivePhase()) {
ti_class.cc
151
jvmtiPhase phase =
PhaseUtil
::GetPhaseUnchecked();
[
all
...]
Completed in 95 milliseconds