HomeSort by relevance Sort by last modified time
    Searched defs:CodeGenerator (Results 26 - 50 of 61) sorted by null

12 3

  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
CodeGenerator.java 46 public class CodeGenerator implements EditableItemConstants {
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
AttributeScope.java 31 import org.antlr.codegen.CodeGenerator;
123 CodeGenerator.getListOfArgumentsFromAction(definitions,0,-1,separator,attrs);
  /art/compiler/optimizing/
code_generator.cc 147 class CodeGenerator::CodeGenerationData : public DeletableArenaObject<kArenaAllocCodeGenerator> {
232 void CodeGenerator::CodeGenerationData::EmitJitRoots(
261 ScopedArenaAllocator* CodeGenerator::GetScopedAllocator() {
266 StackMapStream* CodeGenerator::GetStackMapStream() {
271 void CodeGenerator::ReserveJitStringRoot(StringReference string_reference,
277 uint64_t CodeGenerator::GetJitStringRootIndex(StringReference string_reference) {
282 void CodeGenerator::ReserveJitClassRoot(TypeReference type_reference, Handle<mirror::Class> klass) {
287 uint64_t CodeGenerator::GetJitClassRootIndex(TypeReference type_reference) {
292 void CodeGenerator::EmitJitRootPatches(uint8_t* code ATTRIBUTE_UNUSED,
299 uint32_t CodeGenerator::GetArrayLengthOffset(HArrayLength* array_length)
    [all...]
code_generator.h 61 class CodeGenerator;
93 virtual void EmitNativeCode(CodeGenerator* codegen) = 0;
98 virtual void SaveLiveRegisters(CodeGenerator* codegen, LocationSummary* locations);
100 virtual void RestoreLiveRegisters(CodeGenerator* codegen, LocationSummary* locations);
185 class CodeGenerator : public DeletableArenaObject<kArenaAllocCodeGenerator> {
189 static std::unique_ptr<CodeGenerator> Create(HGraph* graph,
194 virtual ~CodeGenerator();
636 CodeGenerator(HGraph* graph,
766 // CodeGenerator::Compile() and remains alive until the CodeGenerator is destroyed
    [all...]
  /external/libmojo/third_party/jinja2/
compiler.py 60 generator = CodeGenerator(environment, name, filename, stream, defer_init)
364 class CodeGenerator(NodeVisitor):
    [all...]
  /external/v8/src/compiler/
code-generator.cc 19 class CodeGenerator::JumpTable final : public ZoneObject {
36 CodeGenerator::CodeGenerator(Frame* frame, Linkage* linkage,
68 Isolate* CodeGenerator::isolate() const { return info_->isolate(); }
70 void CodeGenerator::CreateFrameAccessState(Frame* frame) {
76 Handle<Code> CodeGenerator::GenerateCode() {
225 Handle<Code> result = v8::internal::CodeGenerator::MakeCodeEpilogue(
259 bool CodeGenerator::IsNextInAssemblyOrder(RpoNumber block) const {
267 void CodeGenerator::RecordSafepoint(ReferenceMap* references,
292 bool CodeGenerator::IsMaterializableFromRoot
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
pycodegen.py 183 class CodeGenerator:
    [all...]
  /external/python/cpython2/Lib/compiler/
pycodegen.py 183 class CodeGenerator:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
pycodegen.py 183 class CodeGenerator:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
pycodegen.py 183 class CodeGenerator:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 183 class CodeGenerator:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 183 class CodeGenerator:
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java 73 public class CodeGenerator {
153 public CodeGenerator(Tool tool, Grammar grammar, String language) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 
  /prebuilts/tools/common/m2/repository/antlr/antlr/2.7.7/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4/4.5/
antlr4-4.5.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 

Completed in 669 milliseconds

12 3