Home
last modified time | relevance | path

Searched refs:data (Results 126 – 150 of 358) sorted by relevance

12345678910>>...15

/art/runtime/
Druntime_callbacks.cc44 static inline void Remove(T* cb, std::vector<T*>* data) { in Remove() argument
45 auto it = std::find(data->begin(), data->end(), cb); in Remove()
46 if (it != data->end()) { in Remove()
47 data->erase(it); in Remove()
61 void RuntimeCallbacks::DdmPublishChunk(uint32_t type, const ArrayRef<const uint8_t>& data) { in DdmPublishChunk() argument
63 cb->DdmPublishChunk(type, data); in DdmPublishChunk()
Druntime_callbacks_test.cc231 if (cb_.data.size() != list.size()) { in Expect()
236 if (!std::equal(cb_.data.begin(), cb_.data.end(), list.begin())) { in Expect()
250 for (const auto& s : cb_.data) { in PrintError()
268 data.push_back(event); in ClassPreDefine()
274 data.push_back(event); in ClassLoad()
282 data.push_back(event); in ClassPrepare()
285 std::vector<std::string> data; member
311 cb_.data.clear(); in TEST_F()
Dimtable.h68 void Populate(ArtMethod** data, PointerSize pointer_size) { in Populate() argument
70 Set(i, data[i], pointer_size); in Populate()
/art/openjdkjvmti/
Dti_stack.cc206 memcpy(frame_buffer, frames.data(), collected_frames * sizeof(jvmtiFrameInfo)); in TranslateFrameVector()
219 &frames.data()[collected_frames + start_depth], in TranslateFrameVector()
327 : barrier(0), stop_input(stop), data(data_) {} in GetAllStackTracesVectorClosure()
331 REQUIRES(!data->mutex) { in Run()
339 REQUIRES(!data->mutex) { in Work()
345 std::vector<jvmtiFrameInfo>* thread_frames = data->GetFrameStorageFor(self, thread); in Work()
360 Data* data; member
364 static void RunCheckpointAndWait(Data* data, size_t max_frame_count) in RunCheckpointAndWait() argument
367 GetAllStackTracesVectorClosure<Data> closure(max_frame_count, data); in RunCheckpointAndWait()
423 AllStackTracesData data; in GetAllStackTraces() local
[all …]
Dti_logging.h96 static jvmtiError GetLastError(jvmtiEnv* env, char** data);
99 static jvmtiError SetVerboseFlagExt(jvmtiEnv* env, const char* data, jboolean enable);
Dti_dump.h47 static jvmtiError DumpInternalState(jvmtiEnv* jvmti, char** data);
/art/test/305-other-fault-handler/
Dfault_handler.cc75 uint32_t data = *GetTargetPointer(); in CauseSegfault() local
81 CHECK_EQ(data, kDataValue) << "Unexpected read value from mmap"; in CauseSegfault()
/art/tools/dmtracedump/
Ddumpdir.sh3 FILES=`ls $1/*.data | sed "s/^\\(.*\\).data$/\\1/"`
/art/libdexfile/dex/
Ddex_file_loader_test.cc37 std::unique_ptr<uint8_t[]> data(DecodeBase64(src, &size)); in DecodeBase64Vec() local
39 memcpy(res.data(), data.get(), size); in DecodeBase64Vec()
221 bool success = dex_file_loader.OpenAll(dex_bytes->data(), in OpenDexFilesBase64()
255 std::unique_ptr<const DexFile> dex_file(dex_file_loader.Open(dex_bytes->data(), in OpenDexFileInMemoryBase64()
357 ASSERT_FALSE(dex_file_loader.OpenAll(dex_bytes.data(), in TEST_F()
376 ASSERT_FALSE(dex_file_loader.OpenAll(dex_bytes.data(), in TEST_F()
/art/test/913-heaps/
Dheaps.cc72 ClassData data; in Java_art_Test913_registerClass() local
73 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetObjectSize(obj, &data.size))) { in Java_art_Test913_registerClass()
76 data.serial = kClassDataSerialBase + sClassDataSerial++; in Java_art_Test913_registerClass()
83 sClassData.insert(std::pair<jlong, ClassData>(tag, data)); in Java_art_Test913_registerClass()
593 p->data.push_back(android::base::StringPrintf("%" PRId64 "@%" PRId64 " (%" PRId64 ", '%s')", in Java_art_Test913_followReferencesString()
604 std::vector<std::string> data; in Java_art_Test913_followReferencesString() member
619 static_cast<jint>(fsc.data.size()), in Java_art_Test913_followReferencesString()
622 return env->NewStringUTF(fsc.data[i].c_str()); in Java_art_Test913_followReferencesString()
689 const uint8_t* data = reinterpret_cast<const uint8_t*>(elements); in Java_art_Test913_followReferencesPrimitiveArray() local
691 oss << android::base::StringPrintf("%02x", data[i]); in Java_art_Test913_followReferencesPrimitiveArray()
[all …]
/art/test/080-oom-throw/src/
DMain.java56 private static int exhaustJavaHeap(Object[] data, int index, int size) { in exhaustJavaHeap() argument
58 while (index != data.length && size != 0) { in exhaustJavaHeap()
60 data[index] = new byte[size]; in exhaustJavaHeap()
/art/tools/
Dboot-image-profile-extract-profile.sh32 adb pull /data/misc/profman/android.prof "$OUT_PROFILE"
/art/libartbase/base/
Dbit_table_test.cc39 BitMemoryReader reader(buffer.data()); in TEST()
60 BitMemoryReader reader(buffer.data()); in TEST()
83 BitMemoryReader reader(buffer.data(), start_bit_offset); in TEST()
104 BitMemoryReader reader(buffer.data()); in TEST()
154 BitMemoryReader reader(buffer.data()); in TEST()
/art/test/2005-pause-all-redefine-multithreaded/
Dpause-all.cc81 CHECK_EQ(jvmti_env->ResumeThreadList(threads.size(), threads.data(), errs.data()), in Java_art_Test2005_UpdateFieldValuesAndResumeThreads()
/art/test/
DREADME.chroot.md12 `/data/local` (e.g. `ART_TEST_CHROOT=/data/local/art-test-chroot`) on a device,
18 files in the data partition (the system partition and other partitions are left
30 e.g. `/data/local/art-test-chroot1`, `/data/local/art-test-chroot2`, etc.).
49 export ART_TEST_CHROOT=/data/local/art-test-chroot
/art/test/992-source-data/
DAndroid.bp3 name: "art-run-test-992-source-data",
/art/compiler/trampolines/
Dtrampoline_compiler.cc80 MemoryRegion code(entry_stub->data(), entry_stub->size()); in CreateTrampoline()
122 MemoryRegion code(entry_stub->data(), entry_stub->size()); in CreateTrampoline()
143 MemoryRegion code(entry_stub->data(), entry_stub->size()); in CreateTrampoline()
164 MemoryRegion code(entry_stub->data(), entry_stub->size()); in CreateTrampoline()
/art/libelffile/dwarf/
Ddebug_info_entry_writer.h62 abbrev_code_offset_ = this->data()->size(); in StartTag()
87 patch_locations_.push_back(this->data()->size()); in WriteAddr()
104 this->PushData(expr.data()); in WriteExprLoc()
196 using Writer<Vector>::data;
/art/test/070-nio-buffer/src/
DMain.java93 int data[] = new int[25]; in intFloatTest() local
97 int1.put (data); in intFloatTest()
101 int1.put (data); in intFloatTest()
/art/compiler/optimizing/
Dregister_allocator_test.cc55 bool Check(const std::vector<uint16_t>& data, Strategy strategy);
90 bool RegisterAllocatorTest::Check(const std::vector<uint16_t>& data, Strategy strategy) { in Check() argument
91 HGraph* graph = CreateCFG(data); in Check()
192 const std::vector<uint16_t> data = ONE_REGISTER_CODE_ITEM( in CFG1() local
196 ASSERT_TRUE(Check(data, strategy)); in CFG1()
229 const std::vector<uint16_t> data = TWO_REGISTERS_CODE_ITEM( in Loop1() local
237 ASSERT_TRUE(Check(data, strategy)); in Loop1()
275 const std::vector<uint16_t> data = TWO_REGISTERS_CODE_ITEM( in Loop2() local
288 ASSERT_TRUE(Check(data, strategy)); in Loop2()
321 const std::vector<uint16_t> data = THREE_REGISTERS_CODE_ITEM( in Loop3() local
[all …]
/art/test/693-vdex-inmem-loader-evict/
Dinfo.txt2 of vdex files in the data folder. Least recently used vdex files should be unlinked.
/art/tools/jvmti-agents/dump-jvmti-state/
DREADME.md23 > `adb push $ANDROID_PRODUCT_OUT/system/lib64/libdumpjvmti.so /data/local/tmp/`
25 > `adb shell am start-activity --attach-agent /data/local/tmp/libdumpjvmti.so some.debuggable.ap…
/art/test/2033-shutdown-mechanics/
Dinfo.txt3 can avoid accessing deleted data structures.
/art/test/071-dexfile/
Dinfo.txt4 NOTE: the test requires that /data/run-test/ exists and is writable and not mounted noexec.
/art/compiler/debug/
Delf_debug_frame_writer.h190 cfi_section->WriteFully(buffer.data(), buffer.size()); in WriteCFISection()
207 cfi_section->WriteFully(buffer.data(), buffer.size()); in WriteCFISection()
227 header_section->WriteFully(header_buffer.data(), header_buffer.size()); in WriteCFISection()
228 header_section->WriteFully(binary_search_table.data(), binary_search_table.size()); in WriteCFISection()

12345678910>>...15