Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 13 of 13) sorted by relevance

/art/test/
Ddefault_run.py137 def get_target_arch(is64: bool) -> str:
175 def get_apex_bootclasspath(host: bool):
185 def get_apex_bootclasspath_locations(host: bool):
Drun-test50 def __init__(self, tmp_dir: Path, target: bool, chroot, dex_location, test_name) -> None:
73 def run(self, cmd: str, check: bool=True, expected_exit_code: int=0, desc:str = None) -> None:
946 def clean_up(passed: bool):
/art/runtime/arch/riscv64/
Dentrypoints_init_riscv64.cc22 void UpdateReadBarrierEntrypoints(QuickEntryPoints* /*qpoints*/, bool /*is_active*/) { in UpdateReadBarrierEntrypoints() argument
/art/runtime/gc/space/
Ddlmalloc_space.h174 size_t /*maximum_size*/, bool /*low_memory_mode*/) override { in CreateAllocator() argument
Dimage_space.h214 void Sweep(bool /* swap_bitmaps */, size_t* /* freed_objects */, size_t* /* freed_bytes */) { in Sweep() argument
/art/tools/
Dcheck_cfi.py170 def check_fde(fde: Fde, insts: List[Inst], srcs, verbose: bool = False) -> Tuple[str, Set[int]]:
/art/compiler/optimizing/
Dregister_allocator_graph_color.cc1248 const std::tuple<size_t, bool, InterferenceNode*>& rhs) { in BuildInterferenceGraph() argument
2026 const std::tuple<size_t, bool, LiveInterval*>& rhs) { in ColorSpillSlots() argument
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc409 void X86JNIMacroAssembler::VerifyObject(ManagedRegister /*src*/, bool /*could_be_null*/) { in VerifyObject() argument
413 void X86JNIMacroAssembler::VerifyObject(FrameOffset /*src*/, bool /*could_be_null*/) { in VerifyObject() argument
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc481 void X86_64JNIMacroAssembler::VerifyObject(ManagedRegister /*src*/, bool /*could_be_null*/) { in VerifyObject() argument
485 void X86_64JNIMacroAssembler::VerifyObject(FrameOffset /*src*/, bool /*could_be_null*/) { in VerifyObject() argument
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DValue.java240 BooleanValue(boolean bool) { in BooleanValue()
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc617 void Arm64JNIMacroAssembler::VerifyObject(ManagedRegister /*src*/, bool /*could_be_null*/) { in VerifyObject() argument
621 void Arm64JNIMacroAssembler::VerifyObject(FrameOffset /*src*/, bool /*could_be_null*/) { in VerifyObject() argument
/art/runtime/gc/accounting/
Dmod_union_table.cc333 void MarkHeapReference(mirror::HeapReference<mirror::Object>*, bool) override {} in MarkHeapReference() argument
/art/runtime/gc/collector/
Dmark_compact.cc1404 bool /*is_static*/, in operator ()() argument