Home
last modified time | relevance | path

Searched defs:ret (Results 1 – 25 of 43) sorted by relevance

12

/art/runtime/gc/space/
Dbump_pointer_space-inl.h31 mirror::Object* ret = AllocNonvirtual(num_bytes); in Alloc() local
81 mirror::Object* ret = AllocNonvirtualWithoutAccounting(num_bytes); in AllocNonvirtual() local
/art/runtime/mirror/
Dmethod.cc56 auto* ret = down_cast<Method*>(StaticClass()->AllocObject(self)); in CreateFromArtMethod() local
97 auto* ret = down_cast<Constructor*>(StaticClass()->AllocObject(self)); in CreateFromArtMethod() local
Dfield-inl.h52 auto ret = hs.NewHandle(static_cast<Field*>(StaticClass()->AllocObject(self))); in CreateFromArtField() local
/art/test/117-nopatchoat/src/
DMain.java37 String ret = ""; in functionCall() local
/art/runtime/arch/
Dinstruction_set.h237 TwoWordReturn ret; in GetTwoWordFailureValue() local
244 TwoWordReturn ret; in GetTwoWordSuccessValue() local
/art/patchoat/
Dpatchoat.h145 auto ret = reinterpret_cast<uintptr_t>(obj) + delta_; in RelocatedAddressOfPointer() local
158 T ret = obj + delta_; in RelocatedAddressOfIntPointer() local
/art/runtime/
Doat_file_test.cc67 std::vector<const DexFile*> ret; in ToConstDexFiles() local
Djni_env_ext.cc42 std::unique_ptr<JNIEnvExt> ret(new JNIEnvExt(self_in, vm_in)); in Create() local
Dthread-inl.h206 mirror::Object* ret = reinterpret_cast<mirror::Object*>(tlsPtr_.thread_local_pos); in AllocTlab() local
Dcommon_runtime_test.cc477 std::vector<const DexFile*> ret; in GetDexFiles() local
539 const DexFile* ret = tmp[0]; in GetFirstDexFile() local
/art/test/130-hprof/src/
DMain.java73 int ret = process.waitFor(); in main() local
/art/runtime/base/
Darena_allocator.cc184 Arena* ret = nullptr; in AllocArena() local
279 uint8_t* ret = ptr_; in AllocValgrind() local
Dstringpiece.cc38 size_type ret = std::min(length_ - pos, n); in copy() local
Dtiming_logger.cc168 TimingLogger::TimingData ret; in CalculateTimingData() local
Darena_allocator.h222 uint8_t* ret = ptr_; variable
/art/compiler/utils/
Ddedupe_set.h150 StoreKey* ret = allocator_.allocate(1); in CreateStoreKey() local
Dswap_space.cc122 void* ret = old_chunk.ptr; in Alloc() local
/art/runtime/gc/
Dheap-inl.h231 mirror::Object* ret; in TryToAllocate() local
/art/runtime/jdwp/
Djdwp_adb.cc225 int ret = connect(control_sock_, &control_addr_.controlAddrPlain, control_addr_len_); in Accept() local
/art/compiler/
Dcompiled_method.cc184 CompiledMethod* ret = alloc.allocate(1); in SwapAllocCompiledMethod() local
/art/compiler/optimizing/
Dregister_allocator_test.cc325 HReturn* ret = return_block->GetLastInstruction()->AsReturn(); in TEST() local
595 HInstruction** ret) { in BuildFieldReturn()
625 HInstruction *field, *ret; in TEST() local
/art/runtime/native/
Ddalvik_system_DexFile.cc59 std::unique_ptr<std::vector<const DexFile*>> ret(new std::vector<const DexFile*>()); in ConvertJavaArrayToNative() local
Djava_lang_Class.cc401 auto ret = hs.NewHandle(mirror::ObjectArray<mirror::Method>::Alloc( in Class_getDeclaredMethodsUnchecked() local
/art/test/046-reflect/src/
DMain.java524 Type ret = method.getGenericReturnType(); in checkGeneric() local
/art/compiler/dex/quick/mips/
Dtarget_mips.cc800 LIR *ret = OpReg(kOpBlx, r_tgt); in GenAtomic64Load() local

12