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

  /art/test/595-profile-saving/
profile-saving.cc 73 JNIEnv* env, jclass cls, jstring filename, jint method_index) {
80 static_cast<uint16_t>(method_index));
  /art/compiler/optimizing/
inliner.cc 254 uint32_t method_index = invoke_instruction->GetDexMethodIndex(); local
257 VLOG(compiler) << "Try inlining " << PrettyMethod(method_index, caller_dex_file);
278 method_index, class_linker->GetImagePointerSize());
288 VLOG(compiler) << "Method cannot be resolved " << PrettyMethod(method_index, caller_dex_file);
313 << PrettyMethod(method_index, caller_dex_file)
331 << PrettyMethod(method_index, caller_dex_file)
340 << PrettyMethod(method_index, caller_dex_file)
640 size_t method_index = invoke_instruction->IsInvokeVirtual() local
653 method_index % ImTable::kSize, pointer_size);
661 new_method = ic.GetTypeAt(i)->GetEmbeddedVTableEntry(method_index, pointer_size)
1035 uint32_t method_index = resolved_method->GetDexMethodIndex(); local
    [all...]
stack_map_stream.h 112 uint32_t method_index; member in struct:art::StackMapStream::InlineInfoEntry
129 void BeginInlineInfoEntry(uint32_t method_index,
stack_map_stream.cc 101 void StackMapStream::BeginInlineInfoEntry(uint32_t method_index,
107 current_inline_info_.method_index = method_index;
238 method_index_max = std::max(method_index_max, inline_entry.method_index);
354 inline_info.SetMethodIndexAtDepth(inline_info_encoding_, depth, inline_entry.method_index);
545 inline_entry.method_index);
nodes.h     [all...]
  /art/compiler/dex/quick/
dex_file_method_inliner.h 64 InlineMethodFlags IsIntrinsicOrSpecial(uint32_t method_index) REQUIRES(!lock_);
69 bool IsIntrinsic(uint32_t method_index, InlineMethod* intrinsic) REQUIRES(!lock_);
74 bool IsSpecial(uint32_t method_index) REQUIRES(!lock_);
79 uint32_t GetOffsetForStringInit(uint32_t method_index, size_t pointer_size)
85 bool IsStringInitMethodIndex(uint32_t method_index) REQUIRES(!lock_);
dex_file_method_inliner.cc     [all...]
  /art/runtime/
oat_file.h 177 const OatMethod GetOatMethod(uint32_t method_index) const;
180 // method_index, or null if none is present. Note that most
182 const OatMethodOffsets* GetOatMethodOffsets(uint32_t method_index) const;
185 // OatMethodOffsets for the requested method_index, or 0 if none
187 uint32_t GetOatMethodOffsetsOffset(uint32_t method_index) const;
dex_file_verifier.cc     [all...]
art_method-inl.h 128 inline ArtMethod* ArtMethod::GetDexCacheResolvedMethod(uint16_t method_index, size_t ptr_size) {
131 DCHECK_LT(method_index,
135 method_index,
146 inline void ArtMethod::SetDexCacheResolvedMethod(uint16_t method_index, ArtMethod* new_method,
150 DCHECK_LT(method_index,
155 method_index, local
oat_file.cc     [all...]
art_method.cc 129 uint16_t method_index = GetMethodIndex(); local
133 if (super_class->HasVTable() && method_index < super_class->GetVTableLength()) {
134 result = super_class->GetVTableEntry(method_index, pointer_size);
dex_file_verifier.h 168 bool CheckMethodAccessFlags(uint32_t method_index,
art_method.h 428 ALWAYS_INLINE ArtMethod* GetDexCacheResolvedMethod(uint16_t method_index, size_t ptr_size)
430 ALWAYS_INLINE void SetDexCacheResolvedMethod(uint16_t method_index,
dex_file_verifier_test.cc 313 uint32_t method_index = it.GetMemberIndex(); local
314 uint32_t name_index = dex_file->GetMethodId(method_index).name_idx_;
319 *method_idx = method_index;
    [all...]
dex_file.cc 1251 uint32_t method_index = method->GetDexMethodIndex(); local
1272 uint32_t method_index = method->GetDexMethodIndex(); local
    [all...]
class_linker.cc     [all...]
  /art/compiler/
oat_test.cc 422 size_t method_index = 0; local
424 CheckMethod(&m, oat_class.GetOatMethod(method_index), dex_file);
425 ++method_index;
433 CheckMethod(&m, oat_class.GetOatMethod(method_index), dex_file);
434 ++method_index;
    [all...]
  /libcore/ojluni/src/main/native/
jvm.h 719 * The method is identified by method_index.
722 JVM_GetMethodIxExceptionIndexes(JNIEnv *env, jclass cb, jint method_index,
726 * The method is identified by method_index.
729 JVM_GetMethodIxExceptionsCount(JNIEnv *env, jclass cb, jint method_index);
735 * The method is identified by method_index.
738 JVM_GetMethodIxByteCode(JNIEnv *env, jclass cb, jint method_index,
743 * The method is identified by method_index.
746 JVM_GetMethodIxByteCodeLength(JNIEnv *env, jclass cb, jint method_index);
762 * The method is identified by method_index.
765 JVM_GetMethodIxExceptionTableEntry(JNIEnv *env, jclass cb, jint method_index,
    [all...]
  /art/runtime/jit/
profile_compilation_info_test.cc 55 uint16_t method_index,
57 return info->AddMethodIndex(dex_location, checksum, method_index);
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 48 uint32_t method_index = inline_info.GetMethodIndexAtDepth(encoding, inlining_depth); local
51 ArtMethod* caller = outer_method->GetDexCacheResolvedMethod(method_index, sizeof(void*));
80 *outer_method->GetDexFile(), method_index, dex_cache, class_loader, nullptr, invoke_type);
    [all...]
  /art/runtime/quick/
inline_method_analyser.cc 147 uint32_t method_index = invoke_direct->VRegB_35c(); local
150 method->GetDexCache()->GetResolvedMethod(method_index, pointer_size);
  /art/compiler/driver/
compiler_driver.h 454 bool IsStringInit(uint32_t method_index, const DexFile* dex_file, int32_t* offset);
compiler_driver.cc     [all...]
  /art/oatdump/
oatdump.cc 505 size_t method_index = m->GetMethodIndex(); local
506 return oat_class.GetOatMethod(method_index).GetQuickCode();
    [all...]

Completed in 1117 milliseconds