HomeSort by relevance Sort by last modified time
    Searched refs:AddClass (Results 1 - 14 of 14) sorted by null

  /art/libprofile/profile/
profile_compilation_info_test.cc 64 bool AddClass(const std::string& dex_location,
69 classes.AddClass(type_index);
91 dex_pc_data.AddClass(0, dex::TypeIndex(0));
97 dex_pc_data.AddClass(0, dex::TypeIndex(0));
98 dex_pc_data.AddClass(1, dex::TypeIndex(1));
99 dex_pc_data.AddClass(2, dex::TypeIndex(2));
130 it.second.AddClass(0, dex::TypeIndex(k));
288 ASSERT_TRUE(AddClass("dex_location1", /* checksum= */ 1, dex::TypeIndex(i), &saved_info));
289 ASSERT_TRUE(AddClass("dex_location2", /* checksum= */ 2, dex::TypeIndex(i), &saved_info));
563 dex_pc_data.AddClass(0, dex::TypeIndex(0))
    [all...]
profile_compilation_info.cc 124 void ProfileCompilationInfo::DexPcData::AddClass(uint16_t dex_profile_idx,
761 dex_pc_data->AddClass(class_dex_data->profile_index, class_ref.type_index);
793 dex_pc_data->AddClass(class_dex_data->profile_index, class_ref.TypeIndex());
    [all...]
profile_compilation_info.h 148 void AddClass(uint16_t dex_profile_idx, const dex::TypeIndex& type_idx);
    [all...]
  /art/libdexfile/dex/
dex_cache_resolved_classes.h 49 bool AddClass(dex::TypeIndex index) const {
  /external/pdfium/fxjs/
cfxjse_context.h 33 void AddClass(std::unique_ptr<CFXJSE_Class> pClass);
cfxjse_context.cpp 209 void CFXJSE_Context::AddClass(std::unique_ptr<CFXJSE_Class> pClass) {
cfxjse_class.cpp 278 lpContext->AddClass(std::move(pClass));
  /art/runtime/jit/
profiling_info_test.cc 86 bool AddClass(const std::string& dex_location,
91 classes.AddClass(type_index);
204 dex_pc_data.AddClass(dex_profile_index, class_ref.TypeIndex());
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 72 void AddClass(ObjPtr<mirror::Class> klass) REQUIRES(Locks::mutator_lock_) {
99 class_set_->AddClass(GetMethod()->GetDeclaringClass());
  /art/profman/
profile_assistant_test.cc 162 dex_pc_data.AddClass(0, dex::TypeIndex(0));
168 dex_pc_data.AddClass(0, dex::TypeIndex(0));
169 dex_pc_data.AddClass(1, dex::TypeIndex(1));
    [all...]
profman.cc     [all...]
  /art/dexlayout/
dexlayout_test.cc 372 cur_classes.AddClass(dex_file->GetClassDef(i).class_idx_);
    [all...]
  /external/v8/src/regexp/
jsregexp.cc     [all...]
  /art/runtime/
class_linker.cc     [all...]

Completed in 1156 milliseconds