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

  /art/compiler/optimizing/
builder.h 32 class HGraphBuilder : public ValueObject {
34 HGraphBuilder(ArenaAllocator* arena,
131 DISALLOW_COPY_AND_ASSIGN(HGraphBuilder);
builder.cc 72 void HGraphBuilder::InitializeLocals(uint16_t count) {
82 bool HGraphBuilder::InitializeParameters(uint16_t number_of_parameters) {
140 void HGraphBuilder::If_22t(const Instruction& instruction, uint32_t dex_offset) {
157 void HGraphBuilder::If_21t(const Instruction& instruction, uint32_t dex_offset) {
172 HGraph* HGraphBuilder::BuildGraph(const DexFile::CodeItem& code_item) {
216 void HGraphBuilder::MaybeUpdateCurrentBlock(size_t index) {
233 void HGraphBuilder::ComputeBranchTargets(const uint16_t* code_ptr, const uint16_t* code_end) {
267 HBasicBlock* HGraphBuilder::FindBlockStartingAt(int32_t index) const {
273 void HGraphBuilder::Binop_23x(const Instruction& instruction, Primitive::Type type) {
281 void HGraphBuilder::Binop_12x(const Instruction& instruction, Primitive::Type type)
    [all...]
linearize_test.cc 39 HGraphBuilder builder(&allocator);
pretty_printer_test.cc 33 HGraphBuilder builder(&allocator);
dominator_test.cc 30 HGraphBuilder builder(&allocator);
optimizing_compiler.cc 106 HGraphBuilder builder(&arena, &dex_compilation_unit, &dex_file, GetCompilerDriver());
register_allocator_test.cc 37 HGraphBuilder builder(&allocator);
251 HGraphBuilder builder(allocator);
codegen_test.cc 72 HGraphBuilder builder(&arena);
live_ranges_test.cc 31 HGraphBuilder builder(allocator);
liveness_test.cc 45 HGraphBuilder builder(&allocator);
ssa_test.cc 81 HGraphBuilder builder(&allocator);
find_loops_test.cc 32 HGraphBuilder builder(&allocator);
  /external/chromium_org/v8/src/
hydrogen.h 166 friend class HGraphBuilder;
1039 class HGraphBuilder {
1041 explicit HGraphBuilder(CompilationInfo* info)
1048 virtual ~HGraphBuilder() {}
    [all...]
hydrogen.cc 747 HGraphBuilder::IfBuilder::IfBuilder(HGraphBuilder* builder)
768 HGraphBuilder::IfBuilder::IfBuilder(
769 HGraphBuilder* builder,
792 HControlInstruction* HGraphBuilder::IfBuilder::AddCompare(
830 void HGraphBuilder::IfBuilder::Or() {
846 void HGraphBuilder::IfBuilder::And() {
861 void HGraphBuilder::IfBuilder::CaptureContinuation(
879 void HGraphBuilder::IfBuilder::JoinContinuation(HIfContinuation* continuation) {
900 void HGraphBuilder::IfBuilder::Then()
    [all...]
code-stubs-hydrogen.cc 34 class CodeStubGraphBuilderBase : public HGraphBuilder {
37 : HGraphBuilder(&info_),
    [all...]

Completed in 494 milliseconds