Home
last modified time | relevance | path

Searched refs:IsExternal (Results 1 - 25 of 37) sorted by relevance

12

/third_party/node/deps/v8/src/codegen/
H A Dsource-position.h62 if (IsExternal()) return true; in IsKnown()
66 if (IsExternal()) return false; in isInlined()
70 bool IsExternal() const { return IsExternalField::decode(value_); } in IsExternal() function in v8::internal::final
71 bool IsJavaScript() const { return !IsExternal(); } in IsJavaScript()
74 DCHECK(IsExternal()); in ExternalLine()
79 DCHECK(IsExternal()); in ExternalFileId()
102 DCHECK(IsExternal()); in SetExternalLine()
107 DCHECK(IsExternal()); in SetExternalFileId()
148 // The two below are only used if IsExternal() is true.
152 // ScriptOffsetField is only used if IsExternal() i
[all...]
H A Dsource-position.cc41 if (pos.IsExternal()) { in operator <<()
120 if (IsExternal()) { in PrintJson()
H A Dsource-position-table.cc283 (iteration_filter_ == kExternalOnly && p.IsExternal()); in Advance()
/third_party/node/test/addons/async-resource/
H A Dbinding.cc47 assert(args[0]->IsExternal()); in DestroyAsyncResource()
54 assert(args[0]->IsExternal()); in CallViaFunction()
71 assert(args[0]->IsExternal()); in CallViaString()
84 assert(args[0]->IsExternal()); in CallViaUtf8Name()
93 assert(args[0]->IsExternal()); in GetAsyncId()
99 assert(args[0]->IsExternal()); in GetTriggerAsyncId()
105 assert(args[0]->IsExternal()); in GetResource()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCSymbol.h98 mutable unsigned IsExternal : 1;
156 IsRegistered(false), IsExternal(false), IsPrivateExtern(false), in MCSymbol()
397 bool isExternal() const { return IsExternal; }
398 void setExternal(bool Value) const { IsExternal = Value; }
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord.cc516 if (rep->IsExternal()) { in RepMemoryUsageDataEdge()
536 if (rep->IsExternal()) { in RepMemoryUsageLeaf()
919 } else if (inplace_ok && !node->IsExternal()) { in RemoveSuffixFrom()
1269 if (node->IsExternal()) { in FindFlatStartPiece()
1301 assert(node->IsExternal() && "Expect FLAT or EXTERNAL node here"); in FindFlatStartPiece()
1508 assert(node->IsExternal() || node->IsFlat()); in AdvanceStack()
1511 node->IsExternal() ? node->external()->base : node->flat()->Data(); in AdvanceStack()
1564 const char* data = subnode->IsExternal() ? subnode->external()->base in AdvanceAndReadBytes()
1577 const char* data = subnode->IsExternal() ? subnode->external()->base in AdvanceAndReadBytes()
1640 assert(node->IsExternal() || nod in AdvanceAndReadBytes()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_internal.h233 constexpr bool IsExternal() const { return tag == EXTERNAL; } in IsExternal() function
297 // Requires rep != nullptr and rep->IsExternal()
340 assert(rep != nullptr && rep->IsExternal()); in Delete()
571 assert(IsExternal()); in external()
576 assert(IsExternal()); in external()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceELFObjectWriter.cpp402 bool IsExternal = Var->isExternal() || getFlags().getDisableInternal(); in writeDataOfType() local
403 const uint8_t SymbolBinding = IsExternal ? STB_GLOBAL : STB_LOCAL; in writeDataOfType()
592 const bool IsExternal = getFlags().getDisableInternal(); in writeJumpTable() local
593 const uint8_t SymbolBinding = IsExternal ? STB_GLOBAL : STB_LOCAL; in writeJumpTable()
H A DIceTargetLowering.cpp988 const bool IsExternal = Var.isExternal() || getFlags().getDisableInternal(); in emitGlobal() local
989 if (IsExternal && !Var.hasInitializer()) in emitGlobal()
1010 if (IsExternal) in emitGlobal()
/third_party/lzma/CPP/7zip/Common/
H A DCreateCoder.h154 bool IsExternal; member
158 // CCreatedCoder(): IsExternal(false), IsFilter(false), NumStreams(1) {}
H A DCreateCoder.cpp338 cod.IsExternal = false; in CreateCoder_Index()
377 cod.IsExternal = true; in CreateCoder_Index()
/third_party/node/deps/v8/src/objects/
H A Dscript-inl.h169 if (!StringShape(src_str).IsExternal()) return true; in HasValidSource()
H A Dstring.cc325 if (initial_shape.IsExternal()) { in MakeThin()
540 if (StringShape(*this).IsExternal()) { in SupportsExternalization()
568 } else if (shape.IsExternal()) { in PrefixForDebugPrint()
580 } else if (shape.IsExternal()) { in PrefixForDebugPrint()
H A Dobjects-inl.h272 return StringShape(String::cast(*this).map(cage_base)).IsExternal() && in DEF_GETTER()
278 return StringShape(String::cast(*this).map(cage_base)).IsExternal() && in DEF_GETTER()
H A Dstring-inl.h163 bool StringShape::IsExternal() const { in IsExternal() function in v8::internal::StringShape
629 return StringShape(*this, cage_base).IsExternal() in GetChars()
638 return StringShape(*this, cage_base).IsExternal() in GetChars()
/third_party/node/test/cctest/
H A Dtest_linked_binding.cc292 CHECK(completion_value->IsExternal()); in TEST_F()
330 CHECK(completion_value->IsExternal()); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp107 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef() local
108 if (IsExternal) { in getRelocationValueRef()
/third_party/node/deps/v8/include/
H A Dv8-value.h140 bool IsExternal() const;
/third_party/node/deps/v8/include/v8-include/
H A Dv8-value.h140 bool IsExternal() const;
/third_party/node/deps/v8/src/logging/
H A Dlog-utils.cc215 if (StringShape(str).IsExternal()) os << 'e'; in AppendSymbolNameDetails()
/third_party/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2.cpp328 IsExternal_Vector.Add(cod.IsExternal); in AddCoder()
933 IsExternal_Vector.Add(cod.IsExternal); in AddCoder()
/third_party/node/deps/v8/src/torque/
H A Ddeclarations.cc96 if (!builtin->IsExternal() && builtin->kind() == Builtin::kStub && in FindSomeInternalBuiltinWithType()
/third_party/node/deps/v8/src/json/
H A Djson-parser.cc227 if (StringShape(*source_, cage_base).IsExternal()) { in JsonParser()
312 if (StringShape(*source_).IsExternal()) { in ~JsonParser()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp408 bool IsExternal = MCSym.isExternal() || in DefineSymbol() local
411 Local->Data.StorageClass = IsExternal ? COFF::IMAGE_SYM_CLASS_EXTERNAL in DefineSymbol()
/third_party/node/src/
H A Dnode_util.cc89 CHECK(args[0]->IsExternal()); in GetExternalValue()

Completed in 27 milliseconds

12