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

1 2

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CodeGenAction.h 40 bool Internalize;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/CodeGen/
CodeGenAction.h 40 bool Internalize;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/CodeGen/
CodeGenAction.h 40 bool Internalize;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/CodeGen/
CodeGenAction.h 40 bool Internalize;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/CodeGen/
CodeGenAction.h 40 bool Internalize;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/CodeGen/
CodeGenAction.h 40 bool Internalize;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/CodeGen/
CodeGenAction.h 40 bool Internalize;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CodeGenAction.h 40 bool Internalize;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/CodeGen/
CodeGenAction.h 40 bool Internalize;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/CodeGen/
CodeGenAction.h 40 bool Internalize;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/CodeGen/
CodeGenAction.h 40 bool Internalize;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/CodeGen/
CodeGenAction.h 40 bool Internalize;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/CodeGen/
CodeGenAction.h 40 bool Internalize;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/CodeGen/
CodeGenAction.h 40 bool Internalize;
  /external/v8/src/ast/
ast-value-factory.cc 94 void AstString::Internalize(Isolate* isolate) {
96 return reinterpret_cast<AstRawString*>(this)->Internalize(isolate);
98 return reinterpret_cast<AstConsString*>(this)->Internalize(isolate);
101 void AstRawString::Internalize(Isolate* isolate) {
163 void AstConsString::Internalize(Isolate* isolate) {
209 void AstValue::Internalize(Isolate* isolate) {
299 void AstValueFactory::Internalize(Isolate* isolate) {
304 current->Internalize(isolate);
310 current->Internalize(isolate);
  /external/llvm/lib/Linker/
LinkModules.cpp 34 StringSet<> Internalize;
427 // Add these to the internalize list
432 Internalize.insert(GV.getName());
446 Internalize.insert(GV2->getName());
576 Internalize.insert(GV->getName());
594 for (auto &P : Internalize) {
  /external/v8/src/
json-parser.cc 22 MaybeHandle<Object> JsonParseInternalizer::Internalize(Isolate* isolate,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CodeGenOptions.h 135 bool Internalize = false;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
CodeGenOptions.h 135 bool Internalize = false;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
CodeGenOptions.h 135 bool Internalize = false;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CodeGenOptions.h 135 bool Internalize = false;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/
CodeGenOptions.h 135 bool Internalize = false;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
CodeGenOptions.h 135 bool Internalize = false;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
CodeGenOptions.h 152 bool Internalize = false;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
CodeGenOptions.h 152 bool Internalize = false;

Completed in 521 milliseconds

1 2