HomeSort by relevance Sort by last modified time
    Searched defs:Internalize (Results 1 - 5 of 5) sorted by null

  /external/v8/src/ast/
ast-value-factory.cc 86 void AstRawString::Internalize(Isolate* isolate) {
118 void AstConsString::Internalize(Isolate* isolate) {
164 void AstValue::Internalize(Isolate* isolate) {
225 // allocation. Make sure we won't try to internalize the string in GetString.
240 if (isolate_) result->Internalize(isolate_);
252 new_string->Internalize(isolate_);
258 void AstValueFactory::Internalize(Isolate* isolate) {
266 strings_[i]->Internalize(isolate);
269 values_[i]->Internalize(isolate);
279 value->Internalize(isolate_)
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 32 StringSet<> Internalize;
637 // Add these to the internalize list
642 Internalize.insert(GV.getName());
650 Internalize.insert(GV2->getName());
729 Internalize.insert(GV->getName());
739 for (auto &P : Internalize) {
  /external/v8/src/parsing/
scanner.cc 23 Handle<String> LiteralBuffer::Internalize(Isolate* isolate) const {
    [all...]
parser.cc 872 // string table to internalize strings and values right after they're
875 ast_value_factory()->Internalize(info->isolate());
    [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 524 static void internalize(GlobalValue &GV) { function
598 StringSet<> &Internalize, StringSet<> &Maybe,
696 // so we can only internalize after linking.
698 Internalize.insert(GV->getName());
898 StringSet<> Internalize;
904 Context, F, InputFile.file(), ApiFile, Internalize, Maybe, Keep);
914 for (const auto &Name : Internalize) {
917 internalize(*GV);
926 internalize(*GV);

Completed in 243 milliseconds