Home
last modified time | relevance | path

Searched refs:W2 (Results 1 – 3 of 3) sorted by relevance

/art/runtime/arch/arm64/
Dregisters_arm64.h79 W2 = 2, enumerator
/art/runtime/
Dmutator_gc_coord.md208 a low-level mutex M. Thread W2 holds the mutator lock and waits on M. We avoid a
209 situation in which the GC needs to suspend or checkpoint W2 by briefly stopping
212 deadlock while entering this phase. After this phase, there is no need for W2 to
214 phase by a checkpoint, W2 could receive the checkpoint request too late, and be
/art/compiler/utils/arm64/
Dmanaged_register_arm64_test.cc639 EXPECT_TRUE(vixl::aarch64::w2.Is(Arm64Assembler::reg_w(W2))); in TEST()