Home
last modified time | relevance | path

Searched defs:base (Results 26 – 50 of 85) sorted by relevance

1234

/art/runtime/gc/space/
Ddlmalloc_space.h173 void* CreateAllocator(void* base, size_t morecore_start, size_t initial_size, in CreateAllocator()
Drosalloc_space.h179 void* CreateAllocator(void* base, size_t morecore_start, size_t initial_size, in CreateAllocator()
/art/test/449-checker-bce/src/
DMain.java350 static void constantIndexing7(int[] array, int base) { in constantIndexing7()
380 static void constantIndexing8(int[] array, int base) { in constantIndexing8()
411 static void constantIndexing9(int[] array, int base) { in constantIndexing9()
444 static void constantIndexing10(int[] array, int base) { in constantIndexing10()
/art/compiler/utils/arm64/
Dassembler_arm64.cc87 Arm64ManagedRegister base = m_base.AsArm64(); in LoadRawPtr() local
96 Arm64ManagedRegister base = m_base.AsArm64(); in JumpTo() local
/art/compiler/optimizing/
Dloop_optimization.h102 : base(b), offset(o), type(t), lhs(l), is_string_char_at(c) { } in base() function
114 HInstruction* base; // base address member
/art/test/072-precise-gc/src/
DMain.java61 static String generateString(String base, int num) { in generateString()
/art/libdexfile/dex/
Dcompact_dex_file.cc87 CompactDexFile::CompactDexFile(const uint8_t* base, in CompactDexFile()
Dstandard_dex_file.h114 StandardDexFile(const uint8_t* base, in StandardDexFile()
Dart_dex_file_loader.cc160 const uint8_t* base, in Open()
543 std::unique_ptr<DexFile> ArtDexFileLoader::OpenCommon(const uint8_t* base, in OpenCommon()
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc257 void X86JNIMacroAssembler::LoadRef(ManagedRegister mdest, ManagedRegister base, MemberOffset offs, in LoadRef()
268 ManagedRegister base, in LoadRawPtr()
361 ManagedRegister base, in CopyRef()
525 X86ManagedRegister base = mbase.AsX86(); in Jump() local
531 X86ManagedRegister base = mbase.AsX86(); in Call() local
537 void X86JNIMacroAssembler::Call(FrameOffset base, Offset offset) { in Call()
/art/dex2oat/linker/
Delf_writer_test.cc109 uint8_t* base = reservation.Begin(); in TEST_F() local
/art/compiler/
Dcfi_test.h72 const uint8_t* base = actual_asm.data() + (isa == InstructionSet::kThumb2 ? 1 : 0); in GenerateExpected() local
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc293 X86_64ManagedRegister base = mbase.AsX86_64(); in LoadRef() local
306 X86_64ManagedRegister base = mbase.AsX86_64(); in LoadRawPtr() local
445 ManagedRegister base, in CopyRef()
616 X86_64ManagedRegister base = mbase.AsX86_64(); in Jump() local
622 X86_64ManagedRegister base = mbase.AsX86_64(); in Call() local
628 void X86_64JNIMacroAssembler::Call(FrameOffset base, Offset offset) { in Call()
/art/test/003-omnibus-opcodes/src/
DMethodCall.java56 MethodCallBase base = inst; in run() local
/art/test/1948-obsolete-const-method-handle/util-src/src/art/constmethodhandle/
DTestGenerator.java43 Path base = Paths.get(args[0]); in main() local
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc275 ManagedRegister base, in CopyRef()
292 vixl::aarch32::Register base = AsVIXLRegister(mbase.AsArm()); in LoadRef() local
886 vixl::aarch32::Register base = AsVIXLRegister(mbase.AsArm()); in Jump() local
894 vixl::aarch32::Register base = AsVIXLRegister(mbase.AsArm()); in Call() local
900 void ArmVIXLJNIMacroAssembler::Call(FrameOffset base, Offset offset) { in Call()
998 vixl32::Register base, in Load()
/art/runtime/
Dimage.cc156 uint8_t* base, in VisitObjects()
Dmonitor_pool.h147 uintptr_t base = monitor_chunks_[top_index][list_index]; in LookupMonitor() local
Dreference_table_test.cc315 std::string base = oss.str(); in TEST_F() local
/art/tools/ahat/src/main/com/android/ahat/
DHeapTable.java84 T base = elem.getBaseline(); in render() local
/art/test/912-classes/src-art/art/
DTest912.java114 Class<?> base = Class.forName(className); in testClass() local
118 private static void testClass(Class<?> base) throws Exception { in testClass()
/art/runtime/arch/x86/
Dthread_x86.cc48 const uintptr_t base = reinterpret_cast<uintptr_t>(this); in InitCpu() local
/art/tools/ahat/src/test/com/android/ahat/
DTestDump.java265 String base, in getTestDump()
/art/disassembler/
Ddisassembler_arm.cc235 const uintptr_t base = reinterpret_cast<uintptr_t>(begin) & ~1; in Dump() local
/art/test/476-checker-ctor-fence-redun-elim/src/
DMain.java331 static Base base = new Base(); field in TestNonEscaping
477 static Base base = new Base(); field in TestDontOptimizeAcrossEscape

1234