| /third_party/node/deps/v8/src/builtins/ |
| D | constants-table-builder.cc | 46 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/ |
| D | RuntimeDyldMachOX86_64.h | 190 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()
|
| D | RuntimeDyldMachOI386.h | 173 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation() local 176 findOrEmitSection(Obj, SectionA, IsCode, ObjSectionToID)) in processSECTDIFFRelocation() 189 findOrEmitSection(Obj, SectionB, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
|
| D | RuntimeDyldMachOARM.h | 384 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation() local 387 findOrEmitSection(MachO, SectionA, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation() 400 findOrEmitSection(MachO, SectionB, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
|
| D | RuntimeDyldCOFFX86_64.h | 256 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/ |
| D | RuntimeDyld.cpp | 324 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 …]
|
| D | RuntimeDyldMachO.cpp | 78 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()
|
| D | RuntimeDyldImpl.h | 388 bool IsCode); 396 const SectionRef &Section, bool IsCode,
|
| /third_party/node/deps/v8/src/objects/ |
| D | code-inl.h | 51 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 …]
|
| D | call-site-info-inl.h | 47 if (V8_EXTERNAL_CODE_SPACE_BOOL && code.IsCode()) { in set_code_object()
|
| D | code.cc | 243 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/ |
| D | RDFDeadCode.cpp | 84 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()
|
| D | RDFCopy.cpp | 73 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) { in scanBlock() 165 assert(DFG.IsCode<NodeAttrs::Stmt>(IA)); in run()
|
| D | HexagonRDFOpt.cpp | 164 for (auto TA : BA.Addr->members_if(DFG.IsCode<NodeAttrs::Stmt>, DFG)) { in run() 216 if (!getDFG().IsCode<NodeAttrs::Stmt>(IA)) in rewrite()
|
| D | RDFLiveness.cpp | 234 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/ |
| D | code-stats.cc | 35 if (abstract_code.IsCode(cage_base)) { in RecordCodeAndMetadataStatistics() 203 if (!obj.IsCode()) { in CollectCodeCommentStatistics()
|
| D | paged-spaces-inl.h | 36 if (obj.IsCode(cage_base())) { in FromCurrentPage()
|
| D | heap-write-barrier.cc | 112 return object.IsCode() && Code::cast(object).is_builtin(); in IsImmortalImmovableHeapObject()
|
| /third_party/node/deps/v8/src/codegen/ |
| D | reloc-info.cc | 469 DCHECK(code.IsCode()); in Print() 508 CHECK(found.IsCode()); in Verify()
|
| /third_party/node/deps/v8/src/extensions/ |
| D | statistics-extension.cc | 148 if (obj.IsCode()) { in GetCounters()
|
| /third_party/node/deps/v8/src/snapshot/ |
| D | serializer.cc | 239 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()
|
| D | startup-serializer.cc | 92 if (!obj.IsCode()) return false; in IsUnexpectedCodeObject()
|
| D | context-serializer.cc | 207 o.IsCode() || o.IsScopeInfo() || o.IsAccessorInfo() || in ShouldBeInTheStartupObjectCache()
|
| /third_party/node/deps/v8/src/profiler/ |
| D | profiler-listener.cc | 85 DCHECK_IMPLIES(code->IsCode(), code->kind() == CodeKind::BASELINE); in CodeCreateEvent() 163 DCHECK(abstract_code->IsCode()); in CodeCreateEvent()
|
| /third_party/node/deps/v8/src/diagnostics/ |
| D | perf-jit.cc | 230 if (!abstract_code->IsCode()) return; in LogRecordedBuffer()
|