Searched refs:Type (Results 101 - 120 of 120) sorted by relevance

12345

/art/runtime/interpreter/
H A Dunstarted_runtime.cc614 // Type checking.
623 AbortTransactionOrFail(self, "Type mismatch in arraycopy: %s vs %s",
913 Primitive::Type type, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) {
976 Primitive::Type type, Thread* self, ShadowFrame* shadow_frame, size_t arg_offset)
1008 LOG(FATAL) << "Type unimplemented for Memory Array API, should not reach here: " << type;
1637 Primitive::Type primitive_type = component->GetPrimitiveType();
1645 Primitive::Type primitive_type = component->GetPrimitiveType();
/art/compiler/optimizing/
H A Dbounds_check_elimination.cc1642 Primitive::Type type = instruction->GetType();
1684 Primitive::Type type) {
H A Dcodegen_test.cc822 Primitive::Type type,
H A Dgraph_visualizer.cc235 char GetTypeId(Primitive::Type type) {
H A Dload_store_elimination.cc688 HInstruction* GetDefaultValue(Primitive::Type type) {
H A Dregister_allocator.cc140 Primitive::Type type = location.IsRegister()
1411 Primitive::Type type) const {
H A Dinduction_var_range_test.cc142 Primitive::Type type = Primitive::kPrimInt;
H A Dinliner.cc688 Primitive::Type type = Is64BitInstructionSet(graph_->GetInstructionSet())
/art/compiler/utils/arm/
H A Dassembler_arm.h193 enum Type { enum in class:art::arm::ShifterOperand
200 Type type_;
H A Dassembler_thumb2.cc2549 Fixup::Type branch_type;
/art/imgdiag/
H A Dimgdiag.cc248 Primitive::Type primitive_type = component_type->GetPrimitiveType();
/art/runtime/
H A Dreflection.cc672 mirror::Object* BoxPrimitive(Primitive::Type src_class, const JValue& value) {
H A Dclass_linker.cc283 Primitive::Type type = field->GetTypeAsPrimitiveType();
3326 mirror::Class* ClassLinker::CreatePrimitiveClass(Thread* self, Primitive::Type type) {
3336 Primitive::Type type) {
4876 StringPrintf("Type list mismatch with %s",
4884 StringPrintf("Type list mismatch with %s",
4893 StringPrintf("Type list mismatch with %s",
7051 Primitive::Type type1 = field1->GetTypeAsPrimitiveType();
7052 Primitive::Type type2 = field2->GetTypeAsPrimitiveType();
7134 Primitive::Type type = field->GetTypeAsPrimitiveType();
7237 Primitive::Type typ
[all...]
H A Dutils.cc256 // At this point, 'c' is a string of the form "fully/qualified/Type;"
1470 std::string PrettyDescriptor(Primitive::Type type) {
H A Ddebugger.cc1705 Primitive::Type fieldType = f->GetTypeAsPrimitiveType();
1808 Primitive::Type fieldType = f->GetTypeAsPrimitiveType();
H A Ddex_file.cc1842 Primitive::Type primitive_type = Primitive::kPrimVoid;
/art/runtime/verifier/
H A Dreg_type.cc463 Primitive::Type RegType::GetPrimitiveType() const {
H A Dreg_type.h177 Primitive::Type GetPrimitiveType() const;
852 // Type representing the super-class of an unresolved type.
/art/compiler/utils/mips/
H A Dassembler_mips.cc1469 MipsAssembler::Branch::Type short_type,
1470 MipsAssembler::Branch::Type long_type) {
1649 MipsAssembler::Branch::Type MipsAssembler::Branch::GetType() const {
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc1171 Mips64Assembler::Branch::Type short_type,
1172 Mips64Assembler::Branch::Type long_type) {
1332 Mips64Assembler::Branch::Type Mips64Assembler::Branch::GetType() const {

Completed in 432 milliseconds

12345