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

  /art/compiler/optimizing/
instruction_builder.cc 26 void HInstructionBuilder::MaybeRecordStat(MethodCompilationStat compilation_stat) {
32 HBasicBlock* HInstructionBuilder::FindBlockStartingAt(uint32_t dex_pc) const {
36 ArenaVector<HInstruction*>* HInstructionBuilder::GetLocalsFor(HBasicBlock* block) {
66 HInstruction* HInstructionBuilder::ValueOfLocalAt(HBasicBlock* block, size_t local) {
71 void HInstructionBuilder::InitializeBlockLocals() {
160 void HInstructionBuilder::PropagateLocalsToCatchBlocks() {
189 void HInstructionBuilder::AppendInstruction(HInstruction* instruction) {
194 void HInstructionBuilder::InsertInstructionAtTop(HInstruction* instruction) {
203 void HInstructionBuilder::InitializeInstruction(HInstruction* instruction) {
218 HInstruction* HInstructionBuilder::LoadNullCheckedLocal(uint32_t register_index, uint32_t dex_pc)
    [all...]
builder.h 119 HInstructionBuilder instruction_builder_;
instruction_builder.h 33 class HInstructionBuilder : public ValueObject {
35 HInstructionBuilder(HGraph* graph,
313 DISALLOW_COPY_AND_ASSIGN(HInstructionBuilder);

Completed in 1564 milliseconds