Home
last modified time | relevance | path

Searched refs:size_t (Results 726 – 750 of 880) sorted by relevance

1...<<21222324252627282930>>...36

/art/runtime/jni/
Dcheck_jni.cc550 for (size_t i = 0; fmt[i] != '\0'; ++i) { in Check()
575 for (size_t i = 0; fmt[i] != '\0'; ++i) { in Check()
598 for (size_t i = 0; fmt[i] != '\0'; ++i) { in CheckNonHeap()
626 for (size_t i = 0; fmt[i] != '\0'; ++i) { in CheckNonHeap()
1500 static void* Create(void* original_buf, size_t len, bool mod_okay) { in Create()
1501 const size_t new_len = LengthIncludingRedZones(len); in Create()
1513 const size_t kStartCanaryLength = (GuardedCopy::kRedZoneSize / 2) - sizeof(GuardedCopy); in Create()
1514 for (size_t i = 0, j = 0; i < kStartCanaryLength; ++i) { in Create()
1527 for (size_t i = 0, j = 0; i < kEndCanaryLength; ++i) { in Create()
1548 size_t component_size = a->GetClass()->GetComponentSize(); in CreateGuardedPACopy()
[all …]
/art/libdexfile/dex/
Dcode_item_accessors_test.cc71 static constexpr size_t kInsnsSizeInCodeUnits = 5; in TEST()
Dcode_item_accessors.h119 const uint8_t* GetCatchHandlerData(size_t offset = 0) const;
/art/cmdline/detail/
Dcmdline_parser_detail.h106 for (size_t i = 0; i < value.size(); ++i) {
/art/runtime/
Doat_quick_method_header.h58 static size_t InstructionAlignedSize() { in InstructionAlignedSize()
Dsubtype_check.h401 size_t parent_depth = InitializeOrAssign(parent_klass, /*assign=*/true).GetDepth(); in InitializeOrAssign()
569 static SubtypeCheckInfo GetSubtypeCheckInfo(ClassPtr klass, size_t depth) in GetSubtypeCheckInfo()
Dnative_stack_dump.cc154 static void Drain(size_t expected, in Drain()
189 constexpr size_t kMaxBuffer = 128; // Relatively small buffer. Should be OK as we're on an in Drain()
Dart_method.cc177 size_t ArtMethod::NumArgRegisters(const char* shorty) { in NumArgRegisters()
225 for (size_t i = 0; i < iftable->Count() && result == nullptr; i++) { in FindOverriddenMethod()
451 size_t oat_method_index = GetOatMethodIndexFromMethodIndex(*dex_file, in FindOatMethodFromDexFileFor()
480 size_t oat_method_index; in FindOatMethodFor()
523 for (size_t i = 0; i < count; ++i) { in EqualParameters()
Ddex_to_dex_decompiler.cc84 size_t quicken_index_ = 0u;
/art/compiler/jni/
Djni_cfi_test.cc90 size_t size = mr_conv->IsCurrentParamALongOrDouble() ? 8u : 4u; in TestImplSized()
Djni_compiler_test.cc80 static constexpr size_t kJniKindCount = static_cast<size_t>(JniKind::kCount);
159 using value_type = size_t;
160 static constexpr const size_t value = 0;
165 using value_type = size_t;
166 static constexpr size_t value =
171 size_t count_nonnull_refs_helper() { in count_nonnull_refs_helper()
177 size_t count_nonnull_refs_single_helper(T arg, in count_nonnull_refs_single_helper()
185 size_t count_nonnull_refs_single_helper(T arg ATTRIBUTE_UNUSED, in count_nonnull_refs_single_helper()
193 size_t count_nonnull_refs_helper(T arg, Args ... args) { in count_nonnull_refs_helper()
204 size_t count_nonnull_refs(Args ... args) { in count_nonnull_refs()
[all …]
/art/dexdump/
Ddexdump.cc336 static void asciify(char* out, const unsigned char* data, size_t len) { in asciify()
392 static size_t utf8Bytes(char start_byte) { in utf8Bytes()
397 size_t msb = art::MostSignificantBit(static_cast<uint8_t>(~sb)); in utf8Bytes()
429 size_t remaining; in dumpXmlAttribute()
449 for (size_t i = 0; i < remaining; ++i) { in dumpXmlAttribute()
799 size_t bufSize) { in indexString()
838 size_t outSize = 0; in indexString()
1749 size_t argument = 3; in dumpCallSite()
1845 const DexFile* pDexFile, size_t i, size_t n) { in processDexFile()
1935 for (size_t i = 0, n = dex_files.size(); i < n; i++) { in processFile()
Ddexdump_cfg.cc110 size_t cur_start = 0; // It's OK to start at zero, instruction dumps don't start with chars in DumpMethodCFG()
113 size_t next_escape = inst_str.find_first_of("\"{}<>", cur_start + 1); in DumpMethodCFG()
/art/runtime/mirror/
Dstring.h74 size_t SizeOf() REQUIRES_SHARED(Locks::mutator_lock_) { in SizeOf()
75 size_t size = sizeof(String); in SizeOf()
/art/libartbase/base/
Dscoped_arena_containers.h150 typedef size_t size_type;
240 ALWAYS_INLINE void ProtectMemory(T* ptr, size_t size) const { in ProtectMemory()
/art/openjdkjvmti/
Dti_threadgroup.cc266 for (size_t i = 0; i != thread_peers.size(); ++i) { in GetThreadGroupChildren()
269 for (size_t i = 0; i != thread_groups.size(); ++i) { in GetThreadGroupChildren()
/art/compiler/utils/arm/
Dassembler_arm_vixl.cc47 size_t ArmVIXLAssembler::CodeSize() const { in CodeSize()
384 void ArmVIXLAssembler::StoreRegisterList(RegList regs, size_t stack_offset) { in StoreRegisterList()
405 void ArmVIXLAssembler::LoadRegisterList(RegList regs, size_t stack_offset) { in LoadRegisterList()
/art/compiler/linker/
Doutput_stream_test.cc111 size_t byte_count ATTRIBUTE_UNUSED) override { in TEST_F()
/art/profman/
Dprofman.cc551 for (size_t i = 0; i < dex_locations_.size(); ++i) { in OpenApkFilesFromLocations()
597 for (size_t i = 0; i < apks_fd_.size(); ++i) { in ComputeDexLocationsFromApkFds()
1049 size_t end_pos = maybe_annotated_line.find(kAnnotationEnd, 0); in ProcessLine()
1069 const size_t method_sep_index = line.find(kMethodSep, 0); in ProcessLine()
1074 size_t start_index = 0; in ProcessLine()
1170 size_t class_it = 0; in ProcessLine()
1199 const size_t method_sep_index = line.find(kMethodSep, 0); in ProcessBootLine()
1483 for (size_t i = 0; i < fds.size(); i++) { in CloseAllFds()
/art/dex2oat/linker/
Delf_writer_test.cc100 size_t size; in TEST_F()
/art/compiler/utils/arm64/
Dassembler_arm64.h90 size_t CodeSize() const override;
/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc84 void* Allocate(size_t size) override { in Allocate()
163 size_t new_size; in CbClassFileLoadHook()
/art/compiler/utils/
Dassembler_thumb_test.cc78 size_t cs = __ CodeSize(); in EmitAndCheck()
128 size_t size = mr_conv->IsCurrentParamALongOrDouble() ? 8u : 4u; in TEST_F()
/art/compiler/optimizing/
Dcode_sinking.cc260 size_t number_of_instructions = graph_->GetCurrentInstructionId(); in SinkCodeToUncommonBranch()
305 for (size_t i = 0, e = graph_->GetBlocks().size(); i < e; ++i) { in SinkCodeToUncommonBranch()
/art/libnativebridge/
Dnative_bridge.cc276 const size_t len = strlen(app_data_dir_in) + strlen(kCodeCacheDir) + 2; // '\0' + '/' in PreInitializeNativeBridge()
292 size_t isa_len = strlen(instruction_set); in PreInitializeNativeBridge()

1...<<21222324252627282930>>...36