Searched refs:name (Results 151 - 164 of 164) sorted by relevance

1234567

/art/compiler/dex/quick/mips/
H A Dassemble_mips.cc38 * name: mnemonic name
42 k3, k3s, k3e, flags, name, fmt, size) \
44 {k3, k3s, k3e}}, opcode, flags, name, fmt, size}
H A Dmips_lir.h504 const char *name; member in struct:art::MipsEncodingMap
/art/compiler/dex/quick/arm/
H A Darm_lir.h587 const char* name; member in struct:art::ArmEncodingMap
H A Dassemble_arm.cc36 * name: mnemonic name
40 k3, k3s, k3e, flags, name, fmt, size, fixup) \
42 {k3, k3s, k3e}}, opcode, flags, name, fmt, size, fixup}
72 * C -> core register name
/art/runtime/verifier/
H A Dmethod_verifier.cc824 // We don't need the actual class, just a pointer to the class name.
3058 const char* name = dex_file_->GetMethodName(method_id); local
3062 res_method = klass->FindDirectMethod(name, signature);
3064 res_method = klass->FindInterfaceMethod(name, signature);
3066 res_method = klass->FindVirtualMethod(name, signature);
3075 res_method = klass->FindDirectMethod(name, signature);
3079 << PrettyDescriptor(klass) << "." << name
3174 // Check whether the name of the called method is "<init>"
/art/test/
H A DAndroid.run-test.mk25 # $(1): test name, e.g. 003-omnibus-opcodes
353 # $(1): test name, e.g. 003-omnibus-opcodes
505 # $(1): rule name, e.g. test-art-host-run-test32
515 # $(1): test name, e.g. 003-omnibus-opcodes
569 # $(1): test name, e.g. 003-omnibus-opcodes
/art/compiler/dex/
H A Dmir_graph.h208 * name of compiler-introduced temporaries.
212 int32_t s_reg_low; // SSA name for low Dalvik word.
551 * Should we skip the compilation of this method based on its name?
972 void GetBlockName(BasicBlock* bb, char* name);
1140 // Map original Dalvik virtual reg i to the current SSA name.
1182 int def_count_; // Used to estimate size of ssa name storage.
/art/compiler/dex/quick/x86/
H A Dx86_lir.h711 const char *name; member in struct:art::X86EncodingMap
H A Dtarget_x86.cc790 LOG(FATAL) << "Encoding order for " << X86Mir2Lir::EncodingMap[i].name
901 return X86Mir2Lir::EncodingMap[opcode].name;
2498 * if it matches the type of the SSA name for the incoming
/art/runtime/
H A Dclass_linker.h335 mirror::Class* CreateProxyClass(ScopedObjectAccessAlreadyRunnable& soa, jstring name,
H A Ddebugger.h163 // Name 'Kind()' would collide with the above enum name.
417 static JDWP::JdwpError GetThreadName(JDWP::ObjectId thread_id, std::string& name)
H A Dutils.cc747 * valid as part of a member name, updating the pointer to point past
773 // The empty string is not a valid name.
811 * matter if what is being asked for is a class name; the
822 * embedded class name (bracketed by "L" and ";").
839 // Class name: Break out and continue below.
848 * We just consumed the 'L' that introduces a class name as part
850 * name.
860 * a class name as long as we haven't encountered an
867 * Invalid character for a class name, but the
1012 PLOG(WARNING) << "Unable to set the name o
[all...]
/art/compiler/dex/quick/
H A Ddex_file_method_inliner.cc658 uint32_t name_index = FindNameIndex(dex_file, cache, method_def.name);
/art/compiler/llvm/
H A Dgbc_expander.cc2694 std::string name; local
2697 art::StringAppendF(&name, "B%04x.%s", dex_pc, postfix);
2700 return llvm::BasicBlock::Create(context_, name, func_);

Completed in 300 milliseconds

1234567