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

  /art/compiler/optimizing/
builder.cc 108 DCHECK(code_item_accessor_.HasCodeItem());
166 DCHECK(!code_item_accessor_.HasCodeItem());
block_builder.cc 36 branch_targets_(code_item_accessor_.HasCodeItem()
402 DCHECK(code_item_accessor_.HasCodeItem());
420 DCHECK(!code_item_accessor_.HasCodeItem());
inliner.cc 443 if (!accessor.HasCodeItem() ||
    [all...]
instruction_builder.cc 314 DCHECK(code_item_accessor_.HasCodeItem());
408 DCHECK(!code_item_accessor_.HasCodeItem());
    [all...]
  /art/libdexfile/dex/
code_item_accessors_test.cc 77 EXPECT_TRUE(insns_accessor.HasCodeItem());
82 EXPECT_TRUE(data_accessor.HasCodeItem());
code_item_accessors.h 73 bool HasCodeItem() const {
  /art/compiler/debug/
elf_debug_info_writer.h 49 if (accessor.HasCodeItem()) {
193 if (accessor.HasCodeItem() && mi->code_info != nullptr) {
210 if (accessor.HasCodeItem()) {
230 if (accessor.HasCodeItem()) {
238 if (accessor.HasCodeItem()) {
  /art/libdexfile/external/
dex_file_ext.cc 128 if (!code.HasCodeItem()) {
325 if (!code.HasCodeItem()) {
  /art/compiler/
exception_test.cc 133 ASSERT_TRUE(accessor.HasCodeItem());
  /art/openjdkjvmti/
ti_method.cc 132 if (!accessor.HasCodeItem()) {
205 // TODO HasCodeItem == false means that the method is abstract (or native, but we check that
209 if (!accessor.HasCodeItem()) {
463 DCHECK(accessor.HasCodeItem()) << art_method->PrettyMethod() << " " << dex_file->GetLocation();
604 if (!accessor.HasCodeItem()) {
    [all...]
  /art/runtime/
stack.cc 135 if (!accessor.HasCodeItem()) {
380 if (!accessor.HasCodeItem()) {
417 if (!accessor.HasCodeItem()) {
    [all...]
method_handles.cc 437 if (LIKELY(accessor.HasCodeItem())) {
    [all...]
debugger.cc     [all...]
class_linker.cc     [all...]
  /art/compiler/dex/
inline_method_analyser.cc 330 if (!target_code_item.HasCodeItem()) {
434 if (!code_item.HasCodeItem()) {
  /art/oatdump/
oatdump.cc     [all...]
  /art/runtime/interpreter/
interpreter.cc 424 if (accessor.HasCodeItem()) {
interpreter_common.cc     [all...]
  /art/runtime/dex/
dex_file_annotations.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc 673 if (!accessor.HasCodeItem()) {
725 CHECK(code_item_accessor_.HasCodeItem()); // This only makes sense for methods with code.
    [all...]

Completed in 1004 milliseconds