HomeSort by relevance Sort by last modified time
    Searched refs:GetIndex (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /art/dexlayout/
dex_verify.cc 78 orig->GetIndex(),
88 if (orig->GetStringId()->GetIndex() != output->GetStringId()->GetIndex()) {
90 orig->GetIndex(),
92 orig->GetStringId()->GetIndex(),
93 output->GetStringId()->GetIndex());
100 if (orig->Shorty()->GetIndex() != output->Shorty()->GetIndex()) {
102 orig->GetIndex(),
104 orig->Shorty()->GetIndex(),
    [all...]
dex_writer.cc 147 length = EncodeUIntValue(encoded_value->GetProtoId()->GetIndex(), buffer);
150 length = EncodeUIntValue(encoded_value->GetMethodHandle()->GetIndex(), buffer);
153 length = EncodeUIntValue(encoded_value->GetStringId()->GetIndex(), buffer);
156 length = EncodeUIntValue(encoded_value->GetTypeId()->GetIndex(), buffer);
160 length = EncodeUIntValue(encoded_value->GetFieldId()->GetIndex(), buffer);
163 length = EncodeUIntValue(encoded_value->GetMethodId()->GetIndex(), buffer);
199 stream->WriteUleb128(annotation->GetType()->GetIndex());
203 stream->WriteUleb128(annotation_element->GetName()->GetIndex());
211 uint32_t index = field.GetFieldId()->GetIndex();
221 uint32_t index = method.GetMethodId()->GetIndex();
    [all...]
dexlayout.cc 628 fprintf(out_file_, "class_idx : %d\n", class_def->ClassType()->GetIndex());
632 DexFile::kDexNoIndex16 : class_def->Superclass()->GetIndex();
638 source_file_offset = class_def->SourceFile()->GetIndex();
730 const uint32_t field_idx = field_id->GetIndex();
741 const uint32_t method_idx = method_id->GetIndex();
752 const uint32_t method_idx = method_id->GetIndex();
    [all...]
  /art/libdexfile/dex/
class_accessor_test.cc 49 EXPECT_EQ(field.GetIndex(), field_it->GetIndex());
57 EXPECT_EQ(field.GetIndex(), field_it->GetIndex());
59 EXPECT_EQ(field.GetIndex(), instance_field_it->GetIndex());
68 EXPECT_EQ(method.GetIndex(), method_it->GetIndex());
77 EXPECT_EQ(method.GetIndex(), method_it->GetIndex());
    [all...]
  /external/epid-sdk/ext/ipp/sources/ippcp/
pcpmont_multiexp_fast.c 55 static cpSize GetIndex(const Ipp8u** ppE, cpSize numItems, cpSize nBit)
94 tblIdx =GetIndex(ppE, numItems, eBitNumber);
104 tblIdx = GetIndex(ppE, numItems, eBitNumber);
pcpgfpx_multiexp.c 57 static int GetIndex(const BNU_CHUNK_T* ppE[], int nItems, int nBit)
180 int tblIdx = GetIndex(ppExponent, nItems, --expBitSize);
189 tblIdx = GetIndex(ppExponent, nItems, expBitSize);
  /external/pdfium/core/fpdfdoc/
cpdf_nametree.h 34 int GetIndex(const WideString& csName) const;
cpdf_docjsactions.cpp 37 return name_tree.GetIndex(csName);
  /external/v8/src/
vector-slot-pair.cc 15 return vector_.is_null() ? -1 : FeedbackVector::GetIndex(slot_);
feedback-vector-inl.h 150 return get(GetIndex(slot));
162 set(GetIndex(slot), value, mode);
175 set(GetIndex(slot), MaybeObject::FromObject(value), mode);
402 int extra_index = vector()->GetIndex(slot()) + 1;
422 int index = vector()->GetIndex(slot()) + 1;
431 int index = vector()->GetIndex(slot()) + 1;
  /art/dex2oat/linker/
index_bss_mapping_encoder.h 44 DCHECK_NE(index, entry_.GetIndex(index_bits_));
48 uint32_t diff = index - entry_.GetIndex(index_bits_);
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_code.cc 79 uint64 GetIndex(const string& str) {
104 uint64 GetIndex(const string& file_path, const string& func_name,
119 string_table_->GetIndex(strings::StrCat(file_base, ":", func_name)));
120 func_pb->set_filename(string_table_->GetIndex(file_path));
143 uint64 GetIndex(const string& file_path, uint64 line_number,
157 line_pb->set_function_id(function_table_->GetIndex(
204 label_pb->set_key(string_table_->GetIndex("graph node:"));
205 label_pb->set_str(string_table_->GetIndex(gn->name()));
275 return loc_table_->GetIndex(file_path, lineno, callee_function,
312 sample_type->set_type(string_table_.GetIndex(sample_type_description))
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_reachability.h 156 return bit_vectors_[GetIndex(instruction)];
159 return bit_vectors_[GetIndex(instruction)];
175 int GetIndex(const HloInstruction* instruction) const {
hlo_reachability.cc 55 bit_vector->Set(GetIndex(instruction));
65 GetBitVector(b).Set(GetIndex(a));
70 return GetBitVector(b).Get(GetIndex(a));
  /external/pdfium/xfa/fxfa/parser/
cxfa_layoutitem.h 31 int32_t GetIndex() const;
cxfa_nodehelper.h 47 int32_t GetIndex(CXFA_Node* pNode,
  /art/compiler/optimizing/
instruction_simplifier_mips.cc 57 (index->IsBoundsCheck() && index->AsBoundsCheck()->GetIndex()->IsConstant())) {
122 if (TryExtractArrayAccessIndex(instruction, instruction->GetIndex(), packed_type)) {
129 if (TryExtractArrayAccessIndex(instruction, instruction->GetIndex(), packed_type)) {
instruction_simplifier_arm64.cc 201 instruction->GetIndex(),
212 instruction->GetIndex(),
270 && TryExtractVecArrayAccessAddress(instruction, instruction->GetIndex())) {
276 if (TryExtractVecArrayAccessAddress(instruction, instruction->GetIndex())) {
nodes_mips.h 111 HInstruction* GetIndex() const { return InputAt(0); }
  /art/runtime/
index_bss_mapping.cc 29 uint32_t diff = GetIndex(index_bits) - index;
index_bss_mapping.h 53 uint32_t GetIndex(size_t index_bits) const {
  /art/test/983-source-transform-verify/
source_transform_art.cc 63 LOG(FATAL) << "Unexpected instruction found in " << dex->PrettyMethod(method.GetIndex())
  /external/v8/src/snapshot/
natives-external.cc 44 int GetIndex(const char* id) {
196 int NativesCollection<type>::GetIndex(const char* name) {
197 return NativesHolder<type>::get()->GetIndex(name);
220 template int NativesCollection<T>::GetIndex(const char* name); \
natives.h 46 static int GetIndex(const char* name);
  /art/tools/veridex/
resolver.cc 41 field_infos_[field.GetIndex()] = field.GetDataPointer();
44 method_infos_[method.GetIndex()] = method.GetDataPointer();
143 const dex::MethodId& other_method_id = other_dex_file.GetMethodId(method.GetIndex());
198 const dex::FieldId& other_field_id = other_dex_file.GetFieldId(field.GetIndex());
249 other_dex_file.GetMethodId(method.GetIndex()),

Completed in 460 milliseconds

1 2 3 4 5 6