/aosp_15_r20/art/dexdump/ |
H A D | dexdump.cc | 204 static const char* strBool(bool val) { in strBool() 211 static const char* quotedBool(bool val) { in quotedBool() 233 static int countOnes(u4 val) { in countOnes() 726 ClassAccessor accessor(*pDexFile, idx); in dumpClassDef() local 844 CodeItemDataAccessor accessor(*pDexFile, pCode); in dumpCatches() local 1039 CodeItemInstructionAccessor accessor(*pDexFile, pCode); in dumpInstruction() local 1257 CodeItemDataAccessor accessor(*pDexFile, pCode); in dumpBytecodes() local 1275 static u4 findLastInstructionAddress(const CodeItemDebugInfoAccessor& accessor) { in findLastInstructionAddress() 1293 CodeItemDebugInfoAccessor accessor(*pDexFile, pCode, idx); in dumpCode() local 1532 ClassAccessor accessor(*dex_file, dex_file->GetClassDef(idx)); in dumpCfg() local [all …]
|
/aosp_15_r20/art/openjdkjvmti/ |
H A D | ti_method.cc | 150 art::CodeItemInstructionAccessor accessor(art_method->DexInstructions()); in GetBytecodes() local 228 art::CodeItemDebugInfoAccessor accessor(art_method->DexInstructionDebugInfo()); in GetLocalVariableTable() local 468 art::CodeItemDebugInfoAccessor accessor; in GetLineNumberTable() local 762 art::CodeItemDebugInfoAccessor accessor(method->DexInstructionDebugInfo()); in GetSlotType() local 820 jvalue* val) in GetLocalVariableClosure() 961 jvalue* val) { in GetLocalVariableGeneric() 990 jvalue val) in SetLocalVariableClosure() 1136 jvalue val) { in SetLocalVariableGeneric()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/libs/binder/libbinder/android_vendor_arm64_armv8-2a_cortex-a55_shared/gen/aidl/android/os/ |
D | Service.h | 39 accessor = 1, enumerator 43 static const inline Tag accessor = Tag::accessor; variable 132 [[nodiscard]] static inline std::string toString(Service::Tag val) { in toString()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/libs/binder/libbinder/linux_glibc_x86_64_static/gen/aidl/android/os/ |
D | Service.h | 39 accessor = 1, enumerator 43 static const inline Tag accessor = Tag::accessor; variable 132 [[nodiscard]] static inline std::string toString(Service::Tag val) { in toString()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/libs/binder/libbinder/android_recovery_arm64_armv8-2a_cortex-a55_shared/gen/aidl/android/os/ |
D | Service.h | 39 accessor = 1, enumerator 43 static const inline Tag accessor = Tag::accessor; variable 132 [[nodiscard]] static inline std::string toString(Service::Tag val) { in toString()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/libs/binder/libbinder/android_arm64_armv8-2a_cortex-a55_shared/gen/aidl/android/os/ |
D | Service.h | 39 accessor = 1, enumerator 43 static const inline Tag accessor = Tag::accessor; variable 132 [[nodiscard]] static inline std::string toString(Service::Tag val) { in toString()
|
/aosp_15_r20/art/runtime/entrypoints/quick/ |
H A D | quick_trampoline_entrypoints.cc | 787 CodeItemDataAccessor accessor(non_proxy_method->DexInstructionData()); in artQuickToInterpreterBridge() local 862 jvalue val; in Visit() local 1112 CodeItemInstructionAccessor accessor = method->DexInstructions(); in DumpInstruction() local 1227 CodeItemInstructionAccessor accessor(caller->DexInstructions()); in artQuickResolutionTrampoline() local 1507 void AdvancePointer(const void* val) { in AdvancePointer() 1522 void AdvanceInt(uint32_t val) { in AdvanceInt() 1559 void AdvanceLong(uint64_t val) { in AdvanceLong() 1593 void AdvanceFloat(uint32_t val) { in AdvanceFloat() 1636 void AdvanceDouble(uint64_t val) { in AdvanceDouble() 1679 void PushGpr(uintptr_t val) { in PushGpr() [all …]
|
/aosp_15_r20/external/mesa3d/src/freedreno/afuc/ |
H A D | emu.h | 23 uint32_t val[EMU_NUM_GPR_REGS]; member 30 uint32_t val[EMU_NUM_CONTROL_REGS]; member 37 uint32_t val[EMU_NUM_SQE_REGS]; member 44 uint32_t val[EMU_NUM_GPU_REGS]; member 51 uint32_t val[EMU_NUM_PIPE_REGS]; member 64 emu_queue_push(struct emu_queue *q, uint32_t val) in emu_queue_push() 79 emu_queue_pop(struct emu_queue *q, uint32_t *val) in emu_queue_pop() 94 emu_queue_peek(struct emu_queue *q, uint32_t *val) in emu_queue_peek() 275 const struct emu_reg_accessor *accessor; member
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/ |
H A D | cell.rs | 252 fn accessor(&self) -> Ref<'_, u32> { in ref_map_accessor() method 265 fn accessor(&self) -> RefMut<'_, u32> { in ref_mut_map_accessor() method 395 let val: &mut [i32] = unsafe { &mut *cell.get() }; in unsafe_cell_unsized() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/ |
H A D | cell.rs | 252 fn accessor(&self) -> Ref<'_, u32> { in ref_map_accessor() method 265 fn accessor(&self) -> RefMut<'_, u32> { in ref_mut_map_accessor() method 395 let val: &mut [i32] = unsafe { &mut *cell.get() }; in unsafe_cell_unsized() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/ |
H A D | cell.rs | 252 fn accessor(&self) -> Ref<'_, u32> { in ref_map_accessor() method 265 fn accessor(&self) -> RefMut<'_, u32> { in ref_mut_map_accessor() method 395 let val: &mut [i32] = unsafe { &mut *cell.get() }; in unsafe_cell_unsized() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/ |
H A D | cell.rs | 252 fn accessor(&self) -> Ref<'_, u32> { in ref_map_accessor() method 265 fn accessor(&self) -> RefMut<'_, u32> { in ref_mut_map_accessor() method 395 let val: &mut [i32] = unsafe { &mut *cell.get() }; in unsafe_cell_unsized() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/ |
H A D | cell.rs | 252 fn accessor(&self) -> Ref<'_, u32> { in ref_map_accessor() method 265 fn accessor(&self) -> RefMut<'_, u32> { in ref_mut_map_accessor() method 395 let val: &mut [i32] = unsafe { &mut *cell.get() }; in unsafe_cell_unsized() localVariable
|
/aosp_15_r20/art/runtime/ |
H A D | stack.cc | 205 CodeItemDataAccessor accessor(m->DexInstructionData()); in GetThisObject() local 252 uint32_t* val, in GetVReg() 311 uint32_t* val, in GetVRegFromOptimizedCode() 493 CodeItemDataAccessor accessor(m->DexInstructionData()); in PrepareSetVReg() local
|
/aosp_15_r20/external/flatbuffers/src/ |
H A D | idl_gen_cpp.cpp | 37 static inline std::string NumToStringCpp(std::string val, BaseType type) { in NumToStringCpp() 1298 auto val = enum_def.Vals().front(); in GenEnum() local 1714 const std::string &val) { in GenUnderlyingCast() 2067 const auto accessor = Name(field) + accessSuffix; in GenCompareOperator() local 2342 std::string accessor; in GenTableFieldGetter() local 2542 std::string accessor = IsStruct(type) ? "GetStruct<" : "GetPointer<"; in GenTableFieldSetter() local 2953 std::string GenUnpackVal(const Type &type, const std::string &val, in GenUnpackVal()
|
/aosp_15_r20/art/libdexfile/dex/ |
H A D | dex_file.cc | 350 ClassAccessor accessor(*this, class_def); in GetCodeItemOffset() local 362 std::optional<uint32_t> val = GetCodeItemOffset(class_def, dex_method_idx); in FindCodeItemOffset() local 613 int32_t val = 0; in ReadSignedInt() local 624 uint32_t val = 0; in ReadUnsignedInt() local 636 int64_t val = 0; in ReadSignedLong() local 647 uint64_t val = 0; in ReadUnsignedLong() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/processors/view_inspector/view-inspector-annotation-processor/linux_glibc_common/withres/ |
D | view-inspector-annotation-processor.jar | ... android/processor/view/inspector/InspectableClassModel$Accessor$Type.class
InspectableClassModel.java
package android. ... |
/aosp_15_r20/art/runtime/verifier/ |
H A D | method_verifier.cc | 1115 const uint32_t val = is_lit16 ? inst->VRegC_22s() : inst->VRegC_22b(); in CheckLiteralOp() local 1272 static bool IsLargeMethod(const CodeItemDataAccessor& accessor) { in IsLargeMethod() 2654 int32_t val = static_cast<int32_t>(inst->VRegB_11n() << 28) >> 28; in CodeFlowVerifyInstruction() local 2659 int16_t val = static_cast<int16_t>(inst->VRegB_21s()); in CodeFlowVerifyInstruction() local 2664 int32_t val = inst->VRegB_31i(); in CodeFlowVerifyInstruction() local 2669 int32_t val = static_cast<int32_t>(inst->VRegB_21h() << 16); in CodeFlowVerifyInstruction() local 2675 int64_t val = static_cast<int16_t>(inst->VRegB_21s()); in CodeFlowVerifyInstruction() local 2682 int64_t val = static_cast<int32_t>(inst->VRegB_31i()); in CodeFlowVerifyInstruction() local 2689 int64_t val = inst->VRegB_51l(); in CodeFlowVerifyInstruction() local 2696 int64_t val = static_cast<uint64_t>(inst->VRegB_21h()) << 48; in CodeFlowVerifyInstruction() local [all …]
|
/aosp_15_r20/art/runtime/interpreter/mterp/ |
H A D | nterp.cc | 708 CodeItemInstructionAccessor accessor(method->DexInstructions()); in NterpHotMethod() local 816 extern "C" void NterpFree(void* val) { in NterpFree()
|
/aosp_15_r20/art/runtime/interpreter/ |
H A D | interpreter_switch_impl-inl.h | 1099 ObjPtr<mirror::Object> val = GetVRegReference(A()); in APUT_OBJECT() local 1984 void SetVReg(size_t i, int32_t val) { shadow_frame_.SetVReg(i, val); } in SetVReg() 1985 void SetVRegLong(size_t i, int64_t val) { shadow_frame_.SetVRegLong(i, val); } in SetVRegLong() 1986 void SetVRegFloat(size_t i, float val) { shadow_frame_.SetVRegFloat(i, val); } in SetVRegFloat() 1987 void SetVRegDouble(size_t i, double val) { shadow_frame_.SetVRegDouble(i, val); } in SetVRegDouble() 1988 void SetVRegReference(size_t i, ObjPtr<mirror::Object> val) in SetVRegReference() 2046 const CodeItemDataAccessor& accessor = ctx->accessor; in DEX_INSTRUCTION_LIST() local
|
/aosp_15_r20/art/libprofile/profile/ |
H A D | profile_compilation_info.cc | 1386 CodeItemInstructionAccessor accessor(dex_file, dex_file.GetCodeItem(offset.value())); in AddMethod() local 3083 CodeItemInstructionAccessor accessor( in ExtractInlineCacheInfo() local 3096 InlineCacheInfo& val = in ExtractInlineCacheInfo() local 3182 InlineCacheInfo& val = inline_cache_.FindOrAdd(target)->second; in MergeInlineCacheInfo() local
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/mockito/mockito-core/4.8.1/ |
HD | mockito-core-4.8.1.jar | META-INF/
META-INF/MANIFEST.MF
LICENSE
org/
org/mockito/
org ... |
/aosp_15_r20/system/libvintf/ |
H A D | parse_xml.cpp | 154 uint64_t val; in parse() local 840 if (const auto& accessor = object.accessor(); accessor.has_value()) { in mutateNode() local
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/mockito/mockito-core/4.6.1/ |
HD | mockito-core-4.6.1.jar | META-INF/
META-INF/MANIFEST.MF
LICENSE
org/
org/mockito/
org ... |
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/ |
D | core-ojtests-public.jar | META-INF/
META-INF/MANIFEST.MF
TestDoubleSumAverage.class
TestDoubleSumAverage.java
package TestDoubleSumAverage ... |