/system/core/libpixelflinger/tests/codegen/ |
Android.mk | 5 codegen.cpp.arm 14 LOCAL_MODULE:= test-opengl-codegen
|
/external/v8/src/ |
full-codegen.h | 35 #include "codegen.h" 118 explicit NestedStatement(FullCodeGenerator* codegen) : codegen_(codegen) { 119 // Link into codegen's nesting stack. 120 previous_ = codegen->nesting_stack_; 121 codegen->nesting_stack_ = this; 124 // Unlink from codegen's nesting stack. 163 Breakable(FullCodeGenerator* codegen, 165 : NestedStatement(codegen), 182 Iteration(FullCodeGenerator* codegen, 607 FullCodeGenerator* codegen() const { return codegen_; } function in class:v8::internal::FullCodeGenerator::BASE_EMBEDDED [all...] |
full-codegen.cc | 30 #include "codegen.h" 33 #include "full-codegen.h" 451 codegen()->PrepareForBailoutBeforeSplit(TOS_REG, false, NULL, NULL); 452 codegen()->DoTest(true_label_, false_label_, fall_through_); 473 codegen()->PrepareForBailoutBeforeSplit(TOS_REG, false, NULL, NULL); 474 codegen()->DoTest(true_label_, false_label_, fall_through_); 779 codegen()->VisitForControl(expr->left(), done, eval_right, eval_right); 782 codegen()->VisitForControl(expr->left(), eval_right, done, eval_right); 797 codegen()->PrepareForBailoutBeforeSplit(TOS_REG, false, NULL, NULL); 798 codegen()->DoTest(&restore, &discard, &restore) [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
Makefile | 26 $(PROJ_SRC_DIR)/codegen.ml \
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
Makefile | 26 $(PROJ_SRC_DIR)/codegen.ml \
|
/external/llvm/utils/ |
Makefile | 14 EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh \
|
codegen-diff | 83 codegen-diff 87 codegen-diff [-d] I<OBJDUMP-OUTPUT-FILE> I<GDB-DISASSEMBLY-FILE> 91 B<codegen-diff> is a program that tries to show you the differences 106 Finally, you run B<codegen-diff>, as indicated in the Synopsis section of 125 B<codegen-diff> was written by Brian Gaeke.
|
/external/webkit/LayoutTests/fast/js/resources/ |
codegen-temporaries-multiple-global-blocks-2.js | 2 'Tests whether bytecode codegen properly handles temporaries across multiple global blocks.'
|
/dalvik/vm/ |
Dvm.mk | 247 compiler/codegen/RallocUtil.cpp \ 248 compiler/codegen/arm/$(dvm_arch_variant)/Codegen.cpp \ 249 compiler/codegen/arm/$(dvm_arch_variant)/CallingConvention.S \ 250 compiler/codegen/arm/Assemble.cpp \ 251 compiler/codegen/arm/ArchUtility.cpp \ 252 compiler/codegen/arm/LocalOptimizations.cpp \ 253 compiler/codegen/arm/GlobalOptimizations.cpp \ 254 compiler/codegen/arm/ArmRallocUtil.cpp \ 270 compiler/codegen/x86/Assemble.cpp [all...] |