Home
last modified time | relevance | path

Searched refs:IsCode (Results 1 – 25 of 44) sorted by relevance

12

/third_party/node/deps/v8/src/builtins/
Dconstants-table-builder.cc46 DCHECK(!object->IsCode()); in AddObject()
84 DCHECK(code_object->IsCode()); in PatchSelfReference()
118 if (value.IsCode() && Code::cast(value).kind() == CodeKind::BUILTIN) { in Finalize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h190 bool IsCode = SecB.isText(); in processSubtractRelocation() local
192 findOrEmitSection(Obj, SecB, IsCode, ObjSectionToID); in processSubtractRelocation()
216 bool IsCode = SecA.isText(); in processSubtractRelocation() local
218 findOrEmitSection(Obj, SecA, IsCode, ObjSectionToID); in processSubtractRelocation()
DRuntimeDyldMachOI386.h173 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation() local
176 findOrEmitSection(Obj, SectionA, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
189 findOrEmitSection(Obj, SectionB, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h384 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation() local
387 findOrEmitSection(MachO, SectionA, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
400 findOrEmitSection(MachO, SectionB, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
DRuntimeDyldCOFFX86_64.h256 bool IsCode = SecI->isText(); in processRelocationRef() local
259 findOrEmitSection(Obj, *SecI, IsCode, ObjSectionToID)) in processRelocationRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp324 bool IsCode = SI->isText(); in loadObjectImpl() local
327 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl()
366 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local
368 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl()
424 bool IsCode = SI->isText(); in loadObjectImpl() local
426 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl()
540 bool IsCode = Section.isText(); in computeTotalAllocSize() local
569 if (IsCode) { in computeTotalAllocSize()
774 bool IsCode) { in emitSection() argument
836 Addr = IsCode ? MemMgr.allocateCodeSection(Allocate, Alignment, SectionID, in emitSection()
[all …]
DRuntimeDyldMachO.cpp78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA() local
81 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA()
127 bool IsCode = Sec.isText(); in getRelocationValueRef() local
128 if (auto SectionIDOrErr = findOrEmitSection(Obj, Sec, IsCode, in getRelocationValueRef()
DRuntimeDyldImpl.h388 bool IsCode);
396 const SectionRef &Section, bool IsCode,
/third_party/node/deps/v8/src/objects/
Dcode-inl.h51 if (IsCode()) { in OBJECT_CONSTRUCTORS_IMPL()
59 if (IsCode()) { in InstructionSize()
67 if (IsCode()) { in SourcePositionTableInternal()
76 if (IsCode()) { in SourcePositionTable()
84 if (IsCode()) { in SizeIncludingMetadata()
92 if (IsCode()) { in raw_instruction_start()
100 if (IsCode()) { in InstructionStart()
108 if (IsCode()) { in raw_instruction_end()
117 if (IsCode()) { in InstructionEnd()
127 if (IsCode(cage_base)) { in contains()
[all …]
Dcall-site-info-inl.h47 if (V8_EXTERNAL_CODE_SPACE_BOOL && code.IsCode()) { in set_code_object()
Dcode.cc243 if (IsCode()) offset--; in SourcePosition()
326 CHECK(target.IsCode()); in IsIsolateIndependent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp84 if (!DFG.IsCode<NodeAttrs::Stmt>(IA)) in scanInstr()
162 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) in collect()
234 if (!DFG.IsCode<NodeAttrs::Stmt>(IA)) in erase()
DRDFCopy.cpp73 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) { in scanBlock()
165 assert(DFG.IsCode<NodeAttrs::Stmt>(IA)); in run()
DHexagonRDFOpt.cpp164 for (auto TA : BA.Addr->members_if(DFG.IsCode<NodeAttrs::Stmt>, DFG)) { in run()
216 if (!getDFG().IsCode<NodeAttrs::Stmt>(IA)) in rewrite()
DRDFLiveness.cpp234 bool IsPhi = DFG.IsCode<NodeAttrs::Phi>(TA); in getAllReachingDefs()
432 auto Ps = BA.Addr->members_if(DFG.IsCode<NodeAttrs::Phi>, DFG); in computePhiInfo()
727 for (auto P : BA.Addr->members_if(DFG.IsCode<NodeAttrs::Phi>, DFG)) in computeLiveIns()
743 NodeList Phis = BA.Addr->members_if(DFG.IsCode<NodeAttrs::Phi>, DFG); in computeLiveIns()
/third_party/node/deps/v8/src/heap/
Dcode-stats.cc35 if (abstract_code.IsCode(cage_base)) { in RecordCodeAndMetadataStatistics()
203 if (!obj.IsCode()) { in CollectCodeCommentStatistics()
Dpaged-spaces-inl.h36 if (obj.IsCode(cage_base())) { in FromCurrentPage()
Dheap-write-barrier.cc112 return object.IsCode() && Code::cast(object).is_builtin(); in IsImmortalImmovableHeapObject()
/third_party/node/deps/v8/src/codegen/
Dreloc-info.cc469 DCHECK(code.IsCode()); in Print()
508 CHECK(found.IsCode()); in Verify()
/third_party/node/deps/v8/src/extensions/
Dstatistics-extension.cc148 if (obj.IsCode()) { in GetCounters()
/third_party/node/deps/v8/src/snapshot/
Dserializer.cc239 if (!obj.IsCode()) return false; in ObjectIsBytecodeHandler()
767 if (object.IsCode()) { in GetSnapshotSpace()
854 if (raw.IsCode()) { in SerializeContent()
952 DCHECK(contents.IsCode()); in VisitCodePointer()
Dstartup-serializer.cc92 if (!obj.IsCode()) return false; in IsUnexpectedCodeObject()
Dcontext-serializer.cc207 o.IsCode() || o.IsScopeInfo() || o.IsAccessorInfo() || in ShouldBeInTheStartupObjectCache()
/third_party/node/deps/v8/src/profiler/
Dprofiler-listener.cc85 DCHECK_IMPLIES(code->IsCode(), code->kind() == CodeKind::BASELINE); in CodeCreateEvent()
163 DCHECK(abstract_code->IsCode()); in CodeCreateEvent()
/third_party/node/deps/v8/src/diagnostics/
Dperf-jit.cc230 if (!abstract_code->IsCode()) return; in LogRecordedBuffer()

12