/third_party/node/deps/v8/src/parsing/ |
H A D | literal-buffer.cc | 17 Handle<String> LiteralBuffer::Internalize(IsolateT* isolate) const { in Internalize() function in v8::internal::LiteralBuffer 24 template Handle<String> LiteralBuffer::Internalize(Isolate* isolate) const; 25 template Handle<String> LiteralBuffer::Internalize(LocalIsolate* isolate) const;
|
H A D | literal-buffer.h | 73 Handle<String> Internalize(IsolateT* isolate) const;
|
H A D | pending-compilation-error-handler.cc | 153 // Internalize ast values for throwing the pending error. in PrepareErrors() 154 ast_value_factory->Internalize(isolate); in PrepareErrors()
|
H A D | scanner.cc | 597 tmp = source_url_.Internalize(isolate); in SourceUrl() 609 tmp = source_mapping_url_.Internalize(isolate); in SourceMappingUrl()
|
H A D | parser.cc | 666 // Internalize the ast strings in the case of eval so we can check for in DoParseProgram() 671 info->ast_value_factory()->Internalize(isolate); in DoParseProgram() 711 info->ast_value_factory()->Internalize(isolate); in PostProcessParseResult()
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast-value-factory.cc | 65 void AstRawString::Internalize(IsolateT* isolate) { in Internalize() function in v8::internal::AstRawString 80 V8_EXPORT_PRIVATE) void AstRawString::Internalize(Isolate* isolate); 82 V8_EXPORT_PRIVATE) void AstRawString::Internalize(LocalIsolate* isolate); 371 void AstValueFactory::Internalize(IsolateT* isolate) { in Internalize() function in v8::internal::AstValueFactory 376 current->Internalize(isolate); in Internalize() 383 V8_EXPORT_PRIVATE) void AstValueFactory::Internalize(Isolate* isolate); 385 V8_EXPORT_PRIVATE) void AstValueFactory::Internalize(LocalIsolate* isolate);
|
H A D | ast-value-factory.h | 69 void Internalize(IsolateT* isolate); 140 V8_EXPORT_PRIVATE) void AstRawString::Internalize(Isolate* isolate); 142 V8_EXPORT_PRIVATE) void AstRawString::Internalize(LocalIsolate* isolate); 367 // Internalize all the strings in the factory, and prevent any more from being 368 // allocated. Multiple calls to Internalize are allowed, for simplicity, where 371 void Internalize(IsolateT* isolate); 420 V8_EXPORT_PRIVATE) void AstValueFactory::Internalize<Isolate>(Isolate* 425 Internalize<LocalIsolate>(LocalIsolate* isolate);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 39 StringSet<> Internalize; member in __anon24239::ModuleLinker 403 Internalize.insert(GV.getName()); in addLazyFor() 417 Internalize.insert(GV2->getName()); in addLazyFor() 547 Internalize.insert(GV->getName()); in run() 567 InternalizeCallback(DstM, Internalize); in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/Transforms/ |
H A D | PassManagerBuilder.h | 78 LLVMBool Internalize,
|
/third_party/node/deps/v8/src/json/ |
H A D | json-parser.h | 106 static MaybeHandle<Object> Internalize(Isolate* isolate, 155 return JsonParseInternalizer::Internalize(isolate, result, reviver); in Parse()
|
H A D | json-parser.cc | 124 MaybeHandle<Object> JsonParseInternalizer::Internalize(Isolate* isolate, in Internalize() function in v8::internal::JsonParseInternalizer
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetMachine.cpp | 386 /// Predicate for Internalize pass. 398 bool Internalize = InternalizeSymbols; in adjustPassManager() local 410 [Internalize, EarlyInline, AMDGPUAA, this](const PassManagerBuilder &, in adjustPassManager() 419 if (Internalize) { in adjustPassManager()
|
/third_party/node/deps/v8/src/execution/ |
H A D | messages.cc | 784 info.ast_value_factory()->Internalize(isolate); in RenderCallSite() 844 info.ast_value_factory()->Internalize(isolate); in ThrowSpreadArgError() 921 info.ast_value_factory()->Internalize(isolate); in ThrowLoadFromNullOrUndefined()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter.cc | 218 parse_info()->ast_value_factory()->Internalize(isolate); in CheckAndPrintBytecodeMismatch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | PassManagerBuilder.cpp | 1176 LLVMBool Internalize, in LLVMPassManagerBuilderPopulateLTOPassManager() 1174 LLVMPassManagerBuilderPopulateLTOPassManager(LLVMPassManagerBuilderRef PMB, LLVMPassManagerRef PM, LLVMBool Internalize, LLVMBool RunInliner) LLVMPassManagerBuilderPopulateLTOPassManager() argument
|