Home
last modified time | relevance | path

Searched defs:l (Results 101 – 118 of 118) sorted by relevance

12345

/art/test/906-iterate-heap/src/art/
DTest906.java344 long l = 4; field in Test906.IntObject
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc498 void LogPrinter::PrintRest(jvmtiEnv* jvmti, JNIEnv* jni, jlongContainer l, Args... args) { in PrintRest()
504 void LogPrinter::PrintRest(jvmtiEnv* jvmti, JNIEnv* jni, jlocation l, Args... args) { in PrintRest()
/art/test/953-invoke-polymorphic-compiler/src/
DMain.java102 int i, int j, int k, int l, in Min2Print26()
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DValue.java485 LongValue(long l) { in LongValue()
/art/test/004-JniTest/
Djni_test.cc755 JNIEnv* e, jclass, jobject l) { in Java_Main_testInvokeLambdaDefaultMethod()
759 extern "C" JNIEXPORT void JNICALL Java_Main_testInvokeLambdaMethod(JNIEnv* e, jclass, jobject l) { in Java_Main_testInvokeLambdaMethod()
/art/test/551-checker-shifter-operand/src/
DMain.java113 public static long $opt$noinline$translate(long l, byte b) { in $opt$noinline$translate()
/art/test/913-heaps/src/art/
DTest913.java540 long l = 4; field in Test913.IntObject
/art/runtime/jit/
Ddebugger_interface.cc509 auto cmp = [](const JITCodeEntry* l, const JITCodeEntry* r) { return l->addr_ < r->addr_; }; in RepackEntries()
/art/libnativeloader/
Dnative_loader_test.cpp310 for (auto l : default_public_libs) { in SetExpectations() local
/art/runtime/gc/
Dheap.cc1762 AllocationListener* l = alloc_listener_.load(std::memory_order_seq_cst); in AllocateInternalWithGc() local
4147 void Heap::SetAllocationListener(AllocationListener* l) { in SetAllocationListener()
4163 void Heap::SetGcPauseListener(GcPauseListener* l) { in SetGcPauseListener()
/art/runtime/interpreter/
Dunstarted_runtime.cc1563 int64_t l = strtol(c_str, &end, 10); in UnstartedIntegerParseInt() local
1607 int64_t l = strtol(c_str, &end, 10); in UnstartedLongParseLong() local
/art/runtime/gc/allocator/
Drosalloc.cc412 FreePageRun* l = *it; in FreePages() local
/art/dexlayout/
Ddex_ir.h776 void SetLong(int64_t l) { u_.long_val_ = l; } in SetLong()
/art/openjdkjvmti/
Dti_redefine.cc1701 bool CompareClasses(art::ObjPtr<art::mirror::Class> l, art::ObjPtr<art::mirror::Class> r) in CompareClasses()
/art/compiler/optimizing/
Dintrinsics_arm64.cc527 LocationSummary* l = invoke->GetLocations(); in GenMathRound() local
Dcode_generator_x86_64.cc7758 Label* l = codegen_->GetLabelOf(b); in CreateJumpTable() local
Dcode_generator_x86.cc8483 Label* l = codegen_->GetLabelOf(b); in CreateJumpTable() local
/art/test/083-compiler-regressions/src/
DMain.java948 int l = 0; in b5884080Test() local
9689 private void setLink(LVNTests l) { in setLink()

12345