Home
last modified time | relevance | path

Searched refs:ScopeID (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher-tracer.cc22 ScopeID scope_id, size_t num) in Scope()
35 case ScopeID::kPrepareToParse: in ~Scope()
38 case ScopeID::kParse: in ~Scope()
41 case ScopeID::kFinalizeParsing: in ~Scope()
44 case ScopeID::kPrepareToCompile: in ~Scope()
47 case ScopeID::kCompile: in ~Scope()
50 case ScopeID::kFinalizeCompiling: in ~Scope()
61 const char* CompilerDispatcherTracer::Scope::Name(ScopeID scope_id) { in Name()
63 case ScopeID::kPrepareToParse: in Name()
65 case ScopeID::kParse: in Name()
[all …]
Dcompiler-dispatcher-tracer.h23 CompilerDispatcherTracer::ScopeID tracer_scope_id( \
24 CompilerDispatcherTracer::ScopeID::scope_id); \
34 enum class ScopeID { enum
45 Scope(CompilerDispatcherTracer* tracer, ScopeID scope_id, size_t num = 0);
48 static const char* Name(ScopeID scoped_id);
52 ScopeID scope_id_;
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2150 unsigned ScopeID = Record[2], IAID = Record[3]; in ParseFunctionBody() local
2153 if (ScopeID) Scope = cast<MDNode>(MDValueList.getValueFwdRef(ScopeID-1)); in ParseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4498 unsigned ScopeID = Record[2], IAID = Record[3]; in parseFunctionBody() local
4501 if (ScopeID) { in parseFunctionBody()
4502 Scope = MetadataList.getMDNodeFwdRefOrNull(ScopeID - 1); in parseFunctionBody()