Home
last modified time | relevance | path

Searched refs:location (Results 176 – 200 of 201) sorted by relevance

123456789

/art/test/1968-force-early-return/src/art/
DTest1968.java713 Breakpoint.getLineNumberTable(syncFunctionCalledFunction)[1].location;
/art/compiler/optimizing/
Dcode_generator_x86.h358 void AddLocationAsTemp(Location location, LocationSummary* locations) override;
Dcode_generator_x86_64.h341 void AddLocationAsTemp(Location location, LocationSummary* locations) override;
Dcode_generator_arm_vixl.h462 void AddLocationAsTemp(Location location, LocationSummary* locations) override;
Dcode_generator_arm64.h639 void AddLocationAsTemp(Location location, LocationSummary* locations) override;
Dintrinsics_arm64.cc63 ALWAYS_INLINE inline MemOperand AbsoluteHeapOperandFrom(Location location, size_t offset = 0) { in AbsoluteHeapOperandFrom() argument
64 return MemOperand(XRegisterFrom(location), offset); in AbsoluteHeapOperandFrom()
/art/test/1954-pop-frame-jit/src/art/
DTest1953.java737 Breakpoint.getLineNumberTable(syncFunctionCalledFunction)[1].location;
/art/test/1953-pop-frame/src/art/
DTest1953.java737 Breakpoint.getLineNumberTable(syncFunctionCalledFunction)[1].location;
/art/test/1955-pop-frame-jit-called/src/art/
DTest1953.java737 Breakpoint.getLineNumberTable(syncFunctionCalledFunction)[1].location;
/art/test/1969-force-early-return-void/src/art/
DTest1969.java745 Breakpoint.getLineNumberTable(syncFunctionCalledFunction)[1].location;
/art/test/1956-pop-frame-jit-calling/src/art/
DTest1953.java737 Breakpoint.getLineNumberTable(syncFunctionCalledFunction)[1].location;
/art/libdexfile/dex/
Ddex_file_verifier.cc197 const char* location, in DexFileVerifier() argument
202 location_(location), in DexFileVerifier()
3685 const char* location, in Verify() argument
3689 new DexFileVerifier(dex_file, begin, size, location, verify_checksum)); in Verify()
/art/runtime/
Dclass_loader_context_test.cc137 static bool IsAbsoluteLocation(const std::string& location) { in IsAbsoluteLocation() argument
138 return !location.empty() && location[0] == '/'; in IsAbsoluteLocation()
Dclass_linker.cc1832 const char* location, in OpenOatDexFile() argument
1837 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(location, nullptr, error_msg); in OpenOatDexFile()
1845 location, in OpenOatDexFile()
1853 location, in OpenOatDexFile()
2601 ObjPtr<mirror::String> location = intern_table_->InternWeak(dex_file.GetLocation().c_str()); in AllocDexCache() local
2602 if (location == nullptr) { in AllocDexCache()
2606 *out_location = location; in AllocDexCache()
2613 ObjPtr<mirror::String> location = nullptr; in AllocAndInitializeDexCache() local
2614 ObjPtr<mirror::DexCache> dex_cache = AllocDexCache(&location, self, dex_file); in AllocAndInitializeDexCache()
2617 DCHECK(location != nullptr); in AllocAndInitializeDexCache()
[all …]
Dclass_linker_test.cc1534 Handle<mirror::String> location(hs.NewHandle(mirror::String::AllocFromUtf16(soa.Self(), in TEST_F() local
1537 dex_cache->SetLocation(location.Get()); in TEST_F()
1542 location->ToModifiedUtf8(), in TEST_F()
Dthread.cc3926 DexRegisterLocation location = dex_register_map[dex_reg]; in VisitQuickFramePrecise() local
3927 if (location.GetKind() == kind && static_cast<size_t>(location.GetValue()) == index) { in VisitQuickFramePrecise()
/art/cmdline/
DREADME.md82 _wildcard_ must be used to denote the location within the token that the type will be parsed out of.
/art/dexlayout/
Ddexlayout.cc1942 std::string location = "memory mapped file for " + std::string(file_name); in ProcessDexFile() local
1956 location, in ProcessDexFile()
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc425 << v->start_address << ", location: " << v->location << "]"; in PrintRest()
/art/test/913-heaps/
Dheaps.cc372 info_.stack_local.location); in Java_art_Test913_followReferences()
/art/
DTEST_MAPPING969 "name": "art-run-test-614-checker-dump-constant-location"
/art/openjdkjvmti/
Dti_redefine.cc754 art::Handle<art::mirror::String> location(hs.NewHandle( in CreateNewDexCache() local
756 if (location.IsNull()) { in CreateNewDexCache()
763 location.Get(), in CreateNewDexCache()
Dti_heap.cc1044 ref_info->stack_local.location = in GetReferenceKind()
/art/dex2oat/linker/
Dimage_writer.cc2116 ObjPtr<mirror::String> location = dex_cache->GetLocation(); in VerifyImageBinSlotsAssigned() local
2117 if (!image_writer_->IsImageBinSlotAssigned(location.Ptr())) { in VerifyImageBinSlotsAssigned()
2118 carveout.push_back(location.Ptr()); in VerifyImageBinSlotsAssigned()
/art/runtime/verifier/
Dmethod_verifier.cc5596 std::string location(StringPrintf("%s: [0x%X] ", dex_file_->PrettyMethod(dex_method_idx_).c_str(), in Fail() local
5598 std::ostringstream* failure_message = new std::ostringstream(location, std::ostringstream::ate); in Fail()

123456789