Home
last modified time | relevance | path

Searched refs:Frontend (Results 1 – 25 of 40) sorted by relevance

12

/external/clang/include/clang/
Dmodule.modulemap67 module Frontend { header "Frontend/FrontendDiagnostic.h" export * }
89 umbrella "Frontend"
91 textual header "Frontend/CodeGenOptions.def"
92 textual header "Frontend/LangStandards.def"
97 exclude header "Frontend/PCHContainerOperations.h"
128 umbrella "StaticAnalyzer/Frontend"
/external/r8/src/test/java/com/android/tools/r8/memberrebinding/
DMemberRebindingTest.java48 private enum Frontend { enum in MemberRebindingTest
57 private final Frontend kind;
70 if (kind == Frontend.DEX) { in MemberRebindingTest()
85 List<String> libs = kind == Frontend.DEX ? DEX_LIBRARIES : JAR_LIBRARIES; in runR8()
247 final Frontend kind;
253 Frontend kind, in TestConfiguration()
270 builder.add(new TestConfiguration(name, Frontend.DEX, version, originalInspection, in add()
273 builder.add(new TestConfiguration(name, Frontend.JAR, version, originalInspection, in add()
336 if (kind == Frontend.DEX) { in memberRebindingTest()
/external/v8/src/ic/
Dhandler-compiler.cc84 Register PropertyHandlerCompiler::Frontend(Handle<Name> name) { in Frontend() function in v8::internal::PropertyHandlerCompiler
103 Register reg = Frontend(name); in CompileLoadCallback()
115 Register holder = Frontend(name); in CompileLoadCallback()
308 Register holder = Frontend(name); in CompileLoadViaGetter()
317 Register holder = Frontend(name); in CompileStoreViaSetter()
331 Register holder = Frontend(name); in CompileStoreCallback()
Dhandler-compiler.h42 Register Frontend(Handle<Name> name);
/external/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc34 explicit HeapSnapshotProgress(protocol::HeapProfiler::Frontend* frontend) in HeapSnapshotProgress()
47 protocol::HeapProfiler::Frontend* m_frontend;
82 explicit HeapSnapshotOutputStream(protocol::HeapProfiler::Frontend* frontend) in HeapSnapshotOutputStream()
93 protocol::HeapProfiler::Frontend* m_frontend;
117 explicit HeapStatsStream(protocol::HeapProfiler::Frontend* frontend) in HeapStatsStream()
142 protocol::HeapProfiler::Frontend* m_frontend;
Dv8-console-message.h62 void reportToFrontend(protocol::Console::Frontend*) const;
63 void reportToFrontend(protocol::Runtime::Frontend*, V8InspectorSessionImpl*,
Dv8-schema-agent-impl.h29 protocol::Schema::Frontend m_frontend;
Dv8-console-agent-impl.h40 protocol::Console::Frontend m_frontend;
Dv8-heap-profiler-agent-impl.h58 protocol::HeapProfiler::Frontend m_frontend;
Dv8-profiler-agent-impl.h66 protocol::Profiler::Frontend m_frontend;
Dv8-runtime-agent-impl.h114 protocol::Runtime::Frontend m_frontend;
Dv8-debugger-agent-impl.h187 protocol::Debugger::Frontend m_frontend;
Dv8-console-message.cc206 protocol::Console::Frontend* frontend) const { in reportToFrontend()
278 void V8ConsoleMessage::reportToFrontend(protocol::Runtime::Frontend* frontend, in reportToFrontend()
/external/r8/src/test/java/com/android/tools/r8/shaking/
DTreeShakingTest.java79 private enum Frontend { enum in TreeShakingTest
83 private final Frontend kind;
95 public TreeShakingTest(String test, Frontend kind, String mainClass, List<String> keepRulesFiles, in TreeShakingTest()
101 if (kind == Frontend.DEX) { in TreeShakingTest()
119 List<String> libs = kind == Frontend.DEX ? DEX_LIBRARIES : JAR_LIBRARIES; in generateTreeShakedVersion()
706 addTestCase(testCases, test, Frontend.JAR, mainClass, keepName, keepList, false, inspection, in addTestCases()
708 addTestCase(testCases, test, Frontend.DEX, mainClass, keepName, keepList, false, inspection, in addTestCases()
710 addTestCase(testCases, test, Frontend.JAR, mainClass, keepName, keepList, true, inspection, in addTestCases()
712 addTestCase(testCases, test, Frontend.DEX, mainClass, keepName, keepList, true, inspection, in addTestCases()
716 private static void addTestCase(List<Object[]> testCases, String test, Frontend kind, in addTestCase()
/external/clang/lib/StaticAnalyzer/
DCMakeLists.txt3 add_subdirectory(Frontend)
/external/clang/lib/
DCMakeLists.txt17 add_subdirectory(Frontend)
/external/clang/unittests/
DCMakeLists.txt18 add_subdirectory(Frontend)
/external/clang/include/clang/Basic/
DCMakeLists.txt13 clang_diag_gen(Frontend)
DDiagnosticFrontendKinds.td12 let Component = "Frontend" in {
/external/clang/docs/
DFAQ.rst44 options. Frontend-only options are intended to be used only by clang developers.
DRAVFrontendAction.rst149 #include "clang/Frontend/CompilerInstance.h"
150 #include "clang/Frontend/FrontendAction.h"
DReleaseNotes.rst89 support added to the Frontend and enabled by the '-x renderscript' option or
/external/swiftshader/third_party/LLVM/utils/TableGen/
DARMDecoderEmitter.cpp1503 Frontend(frontend), in ARMDEBackend()
1548 ARMDecoderEmitter &Frontend; member in ARMDecoderEmitter::ARMDEBackend
1735 Frontend.EmitSourceFileHeader("ARM/Thumb Decoders", o); in emit()
/external/llvm/docs/
Dindex.rst88 Frontend/PerformanceTips
159 :doc:`Frontend/PerformanceTips`
/external/llvm/docs/tutorial/
DLangImpl08.rst126 performance guide <../Frontend/PerformanceTips.html>`_ recommends

12