Searched refs:kNoDexPc (Results 1 - 17 of 17) sorted by relevance

/art/compiler/optimizing/
H A Dnodes_vector_test.cc134 HVecReplicateScalar(GetAllocator(), int32_parameter_, DataType::Type::kInt32, 4, kNoDexPc);
136 HVecReplicateScalar(GetAllocator(), int32_parameter_, DataType::Type::kInt32, 4, kNoDexPc);
138 HVecReplicateScalar(GetAllocator(), int32_parameter_, DataType::Type::kInt32, 2, kNoDexPc);
140 HVecReplicateScalar(GetAllocator(), int32_parameter_, DataType::Type::kInt16, 4, kNoDexPc);
149 kNoDexPc);
204 kNoDexPc);
212 kNoDexPc);
220 kNoDexPc);
250 HVecReplicateScalar(GetAllocator(), int32_parameter_, DataType::Type::kInt32, 4, kNoDexPc);
259 kNoDexPc);
[all...]
H A Dnodes_x86.h30 kNoDexPc) {
49 kNoDexPc) {
H A Dnodes_mips.h30 kNoDexPc) {
H A Dblock_builder.cc249 DCHECK_NE(catch_block->GetDexPc(), kNoDexPc) << "Should not be called on synthetic blocks";
288 if (block->GetDexPc() == kNoDexPc) {
397 graph_->SetEntryBlock(new (allocator_) HBasicBlock(graph_, kNoDexPc));
398 graph_->SetExitBlock(new (allocator_) HBasicBlock(graph_, kNoDexPc));
416 HBasicBlock* entry_block = new (allocator_) HBasicBlock(graph_, kNoDexPc);
417 HBasicBlock* exit_block = new (allocator_) HBasicBlock(graph_, kNoDexPc);
418 HBasicBlock* body = MaybeCreateBlockAt(/* semantic_dex_pc */ kNoDexPc, /* store_dex_pc */ 0u);
H A Dnodes_shared.h34 uint32_t dex_pc = kNoDexPc)
71 uint32_t dex_pc = kNoDexPc)
204 uint32_t dex_pc = kNoDexPc)
29 HMultiplyAccumulate(DataType::Type type, InstructionKind op, HInstruction* accumulator, HInstruction* mul_left, HInstruction* mul_right, uint32_t dex_pc = kNoDexPc) argument
67 HBitwiseNegatedRight(DataType::Type result_type, InstructionKind op, HInstruction* left, HInstruction* right, uint32_t dex_pc = kNoDexPc) argument
197 HDataProcWithShifterOp(HInstruction* instr, HInstruction* left, HInstruction* right, OpKind op, int shift = 0, uint32_t dex_pc = kNoDexPc) argument
H A Dload_store_analysis_test.cc309 kNoDexPc);
314 kNoDexPc);
326 kNoDexPc);
335 kNoDexPc);
344 kNoDexPc);
353 kNoDexPc);
362 kNoDexPc);
371 kNoDexPc);
380 kNoDexPc);
H A Dnodes.h94 static constexpr uint32_t kNoDexPc = -1; member in namespace:art
530 HConstant* GetConstant(DataType::Type type, int64_t value, uint32_t dex_pc = kNoDexPc);
535 HNullConstant* GetNullConstant(uint32_t dex_pc = kNoDexPc);
537 HIntConstant* GetIntConstant(int32_t value, uint32_t dex_pc = kNoDexPc) { argument
540 HLongConstant* GetLongConstant(int64_t value, uint32_t dex_pc = kNoDexPc) { argument
543 HFloatConstant* GetFloatConstant(float value, uint32_t dex_pc = kNoDexPc) { argument
546 HDoubleConstant* GetDoubleConstant(double value, uint32_t dex_pc = kNoDexPc) { argument
621 uint32_t dex_pc = kNoDexPc) {
947 explicit HBasicBlock(HGraph* graph, uint32_t dex_pc = kNoDexPc) argument
2673 explicit HReturnVoid(uint32_t dex_pc = kNoDexPc) argument
619 CreateConstant(ValueType value, ArenaSafeMap<ValueType, InstructionType*>* cache, uint32_t dex_pc = kNoDexPc) argument
2689 HReturn(HInstruction* value, uint32_t dex_pc = kNoDexPc) argument
2704 HPhi(ArenaAllocator* allocator, uint32_t reg_number, size_t number_of_inputs, DataType::Type type, uint32_t dex_pc = kNoDexPc) argument
2811 HExit(uint32_t dex_pc = kNoDexPc) argument
2826 HGoto(uint32_t dex_pc = kNoDexPc) argument
2845 HConstant(InstructionKind kind, DataType::Type type, uint32_t dex_pc = kNoDexPc) argument
2887 HNullConstant(uint32_t dex_pc = kNoDexPc) argument
2927 HIntConstant(int32_t value, uint32_t dex_pc = kNoDexPc) argument
2930 HIntConstant(bool value, uint32_t dex_pc = kNoDexPc) argument
2966 HLongConstant(int64_t value, uint32_t dex_pc = kNoDexPc) argument
3019 HFloatConstant(float value, uint32_t dex_pc = kNoDexPc) argument
3023 HFloatConstant(int32_t value, uint32_t dex_pc = kNoDexPc) argument
3076 HDoubleConstant(double value, uint32_t dex_pc = kNoDexPc) argument
3080 HDoubleConstant(int64_t value, uint32_t dex_pc = kNoDexPc) argument
3096 HIf(HInstruction* input, uint32_t dex_pc = kNoDexPc) argument
3132 HTryBoundary(BoundaryKind kind, uint32_t dex_pc = kNoDexPc) argument
3312 HCurrentMethod(DataType::Type type, uint32_t dex_pc = kNoDexPc) argument
3375 HPackedSwitch(int32_t start_value, uint32_t num_entries, HInstruction* input, uint32_t dex_pc = kNoDexPc) argument
3409 HUnaryOperation(InstructionKind kind, DataType::Type result_type, HInstruction* input, uint32_t dex_pc = kNoDexPc) argument
3447 HBinaryOperation(InstructionKind kind, DataType::Type result_type, HInstruction* left, HInstruction* right, SideEffects side_effects = SideEffects::None(), uint32_t dex_pc = kNoDexPc) argument
3552 HCondition(InstructionKind kind, HInstruction* first, HInstruction* second, uint32_t dex_pc = kNoDexPc) argument
3640 HEqual(HInstruction* first, HInstruction* second, uint32_t dex_pc = kNoDexPc) argument
3686 HNotEqual(HInstruction* first, HInstruction* second, uint32_t dex_pc = kNoDexPc) argument
3732 HLessThan(HInstruction* first, HInstruction* second, uint32_t dex_pc = kNoDexPc) argument
3772 HLessThanOrEqual(HInstruction* first, HInstruction* second, uint32_t dex_pc = kNoDexPc) argument
3812 HGreaterThan(HInstruction* first, HInstruction* second, uint32_t dex_pc = kNoDexPc) argument
3851 HGreaterThanOrEqual(HInstruction* first, HInstruction* second, uint32_t dex_pc = kNoDexPc) argument
3890 HBelow(HInstruction* first, HInstruction* second, uint32_t dex_pc = kNoDexPc) argument
3932 HBelowOrEqual(HInstruction* first, HInstruction* second, uint32_t dex_pc = kNoDexPc) argument
3974 HAbove(HInstruction* first, HInstruction* second, uint32_t dex_pc = kNoDexPc) argument
4016 HAboveOrEqual(HInstruction* first, HInstruction* second, uint32_t dex_pc = kNoDexPc) argument
4758 HNeg(DataType::Type result_type, HInstruction* input, uint32_t dex_pc = kNoDexPc) argument
4819 HAdd(DataType::Type result_type, HInstruction* left, HInstruction* right, uint32_t dex_pc = kNoDexPc) argument
4855 HSub(DataType::Type result_type, HInstruction* left, HInstruction* right, uint32_t dex_pc = kNoDexPc) argument
4889 HMul(DataType::Type result_type, HInstruction* left, HInstruction* right, uint32_t dex_pc = kNoDexPc) argument
5047 HShl(DataType::Type result_type, HInstruction* value, HInstruction* distance, uint32_t dex_pc = kNoDexPc) argument
5093 HShr(DataType::Type result_type, HInstruction* value, HInstruction* distance, uint32_t dex_pc = kNoDexPc) argument
5139 HUShr(DataType::Type result_type, HInstruction* value, HInstruction* distance, uint32_t dex_pc = kNoDexPc) argument
5187 HAnd(DataType::Type result_type, HInstruction* left, HInstruction* right, uint32_t dex_pc = kNoDexPc) argument
5225 HOr(DataType::Type result_type, HInstruction* left, HInstruction* right, uint32_t dex_pc = kNoDexPc) argument
5263 HXor(DataType::Type result_type, HInstruction* left, HInstruction* right, uint32_t dex_pc = kNoDexPc) argument
5397 HNot(DataType::Type result_type, HInstruction* input, uint32_t dex_pc = kNoDexPc) argument
5431 HBooleanNot(HInstruction* input, uint32_t dex_pc = kNoDexPc) argument
5470 HTypeConversion(DataType::Type result_type, HInstruction* input, uint32_t dex_pc = kNoDexPc) argument
5967 HSuspendCheck(uint32_t dex_pc = kNoDexPc) argument
[all...]
H A Dinduction_var_analysis_test.cc619 new (GetAllocator()) HDiv(DataType::Type::kInt32, k_header, constant100_, kNoDexPc), 0);
698 new (GetAllocator()) HRem(DataType::Type::kInt32, k_header, constant7_, kNoDexPc), 0);
1090 new (GetAllocator()) HTypeConversion(DataType::Type::kInt8, basic_[0], kNoDexPc), 0);
1121 new (GetAllocator()) HTypeConversion(DataType::Type::kInt8, basic_[0], kNoDexPc), 0);
1153 new (GetAllocator()) HTypeConversion(DataType::Type::kInt8, add, kNoDexPc), 0);
1181 new (GetAllocator()) HTypeConversion(DataType::Type::kInt8, add, kNoDexPc), 0);
1201 new (GetAllocator()) HTypeConversion(DataType::Type::kInt8, k_header, kNoDexPc), 0);
1220 new (GetAllocator()) HTypeConversion(DataType::Type::kInt8, increment_[0], kNoDexPc);
1246 new (GetAllocator()) HTypeConversion(DataType::Type::kInt8, increment_[0], kNoDexPc);
1272 new (GetAllocator()) HTypeConversion(DataType::Type::kInt16, increment_[0], kNoDexPc);
[all...]
H A Dinstruction_simplifier_mips.cc114 new (allocator) HIntermediateArrayAddressIndex(index, shift, kNoDexPc);
H A Dinstruction_simplifier_shared.cc261 HIntermediateAddress* address = new (allocator) HIntermediateAddress(array, offset, kNoDexPc);
331 new (allocator) HIntermediateAddressIndex(index, offset, shift, kNoDexPc);
H A Dinduction_var_range.cc422 trip_expr = Insert(block, new (allocator) HSelect(taken_test, trip_expr, zero, kNoDexPc));
1112 e = new (allocator) HDiv(type, opa, graph->GetConstant(type, fpow), kNoDexPc);
1199 Insert(block, new (allocator) HEqual(msk, graph->GetConstant(type, 0), kNoDexPc));
1200 *result = Insert(block, new (graph->GetAllocator()) HSelect(is_even, x, y, kNoDexPc));
1208 *result = Insert(block, new (allocator) HSelect(is_taken, *result, x, kNoDexPc));
1261 operation = new (graph->GetAllocator()) HMul(type, opa, opb, kNoDexPc); break;
1263 operation = new (graph->GetAllocator()) HDiv(type, opa, opb, kNoDexPc); break;
1265 operation = new (graph->GetAllocator()) HRem(type, opa, opb, kNoDexPc); break;
H A Dloop_optimization.cc895 cond, graph_->GetConstant(induc_type, 0), sub, kNoDexPc));
912 ptc = Insert(preheader, new (global_allocator_) HSelect(cond, ptc, stc, kNoDexPc));
932 HSelect(rt, vtc, graph_->GetConstant(induc_type, 0), kNoDexPc));
1567 new (global_allocator_) HTypeConversion(type, input, kNoDexPc));
1570 HVecReplicateScalar(global_allocator_, input, type, vector_length_, kNoDexPc);
1691 kNoDexPc));
1698 kNoDexPc));
1726 global_allocator_, instruction, type, vector_length, kind, kNoDexPc);
1729 global_allocator_, reduce, type, vector_length, 0, kNoDexPc);
1967 kNoDexPc));
[all...]
H A Dstack_map_stream.h76 dex_pc_max_(kNoDexPc),
H A Dcode_generator.h130 return instruction_ != nullptr ? instruction_->GetDexPc() : kNoDexPc;
H A Dcode_generator.cc1090 if (GetCompilerOptions().GetNativeDebuggable() && dex_pc != kNoDexPc) {
H A Dinstruction_builder.cc351 if (block_dex_pc == kNoDexPc || current_block_ != block_builder_->GetBlockAt(block_dex_pc)) {
444 kNoDexPc,
H A Dinliner.cc1624 new (graph_->GetAllocator()) HConstructorFence(obj, kNoDexPc, graph_->GetAllocator());

Completed in 548 milliseconds