/external/v8/src/objects/ |
D | code-inl.h | 31 if (IsCode()) { in CAST_ACCESSOR() 39 if (IsCode()) { in InstructionSize() 47 if (IsCode()) { in source_position_table() 56 if (IsCode()) { in stack_frame_cache() 69 if (IsCode()) { in SizeIncludingMetadata() 76 if (IsCode()) { in ExecutableSize() 84 if (IsCode()) { in raw_instruction_start() 92 if (IsCode()) { in InstructionStart() 100 if (IsCode()) { in raw_instruction_end() 109 if (IsCode()) { in InstructionEnd() [all …]
|
/external/v8/src/snapshot/ |
D | builtin-serializer.cc | 54 DCHECK(isolate()->heap()->deserialize_lazy_handler()->IsCode()); in SerializeBuiltinsAndHandlers() 55 DCHECK(isolate()->heap()->deserialize_lazy_handler_wide()->IsCode()); in SerializeBuiltinsAndHandlers() 56 DCHECK(isolate()->heap()->deserialize_lazy_handler_extra_wide()->IsCode()); in SerializeBuiltinsAndHandlers()
|
D | builtin-deserializer.cc | 72 DCHECK(o->IsCode() && Code::cast(o)->is_builtin()); in DeserializeEagerBuiltinsAndHandlers() 155 DCHECK(o->IsCode() && Code::cast(o)->is_builtin()); in DeserializeBuiltinRaw() 187 DCHECK(o->IsCode() && Code::cast(o)->kind() == Code::BYTECODE_HANDLER); in DeserializeHandlerRaw()
|
D | startup-deserializer.cc | 100 if (obj->IsCode()) { in PrintDisassembledCodeObjects()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 268 bool IsCode = SI->isText(); in loadObjectImpl() local 270 if (auto SectionIDOrErr = findOrEmitSection(Obj, *SI, IsCode, in loadObjectImpl() 306 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local 308 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl() 435 bool IsCode = Section.isText(); in computeTotalAllocSize() local 456 if (IsCode) { in computeTotalAllocSize() 654 bool IsCode) { in emitSection() argument 697 if (IsCode) in emitSection() 706 Addr = IsCode ? MemMgr.allocateCodeSection(Allocate, Alignment, SectionID, in emitSection() 755 bool IsCode, in findOrEmitSection() argument [all …]
|
D | RuntimeDyldMachO.cpp | 77 bool IsCode = TargetSection.isText(); in processScatteredVANILLA() local 80 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA() 125 bool IsCode = Sec.isText(); in getRelocationValueRef() local 126 if (auto SectionIDOrErr = findOrEmitSection(Obj, Sec, IsCode, in getRelocationValueRef()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 191 bool IsCode = SecB.isText(); in processSubtractRelocation() local 193 findOrEmitSection(Obj, SecB, IsCode, ObjSectionToID); in processSubtractRelocation() 217 bool IsCode = SecA.isText(); in processSubtractRelocation() local 219 findOrEmitSection(Obj, SecA, IsCode, ObjSectionToID); in processSubtractRelocation()
|
D | RuntimeDyldMachOI386.h | 171 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation() local 174 findOrEmitSection(Obj, SectionA, IsCode, ObjSectionToID)) in processSECTDIFFRelocation() 187 findOrEmitSection(Obj, SectionB, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
|
D | RuntimeDyldMachOARM.h | 380 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation() local 383 findOrEmitSection(MachO, SectionA, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation() 396 findOrEmitSection(MachO, SectionB, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
|
D | RuntimeDyldCOFFX86_64.h | 244 bool IsCode = SecI->isText(); in processRelocationRef() local 247 findOrEmitSection(Obj, *SecI, IsCode, ObjSectionToID)) in processRelocationRef()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 191 bool IsCode = SecB.isText(); in processSubtractRelocation() local 193 findOrEmitSection(Obj, SecB, IsCode, ObjSectionToID); in processSubtractRelocation() 217 bool IsCode = SecA.isText(); in processSubtractRelocation() local 219 findOrEmitSection(Obj, SecA, IsCode, ObjSectionToID); in processSubtractRelocation()
|
D | RuntimeDyldMachOI386.h | 171 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation() local 174 findOrEmitSection(Obj, SectionA, IsCode, ObjSectionToID)) in processSECTDIFFRelocation() 187 findOrEmitSection(Obj, SectionB, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
|
D | RuntimeDyldMachOARM.h | 252 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation() local 255 findOrEmitSection(MachO, SectionA, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation() 268 findOrEmitSection(MachO, SectionB, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
|
D | RuntimeDyldCOFFX86_64.h | 171 bool IsCode = SecI->isText(); in processRelocationRef() local 174 findOrEmitSection(Obj, *SecI, IsCode, ObjSectionToID)) in processRelocationRef()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 319 bool IsCode = SI->isText(); in loadObjectImpl() local 322 findOrEmitSection(Obj, *SI, IsCode, LocalSections)) in loadObjectImpl() 357 bool IsCode = RelocatedSection->isText(); in loadObjectImpl() local 359 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl() 486 bool IsCode = Section.isText(); in computeTotalAllocSize() local 507 if (IsCode) { in computeTotalAllocSize() 704 bool IsCode) { in emitSection() argument 747 if (IsCode) { in emitSection() 759 Addr = IsCode ? MemMgr.allocateCodeSection(Allocate, Alignment, SectionID, in emitSection() 818 bool IsCode, in findOrEmitSection() argument [all …]
|
D | RuntimeDyldMachO.cpp | 79 bool IsCode = TargetSection.isText(); in processScatteredVANILLA() local 82 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA() 128 bool IsCode = Sec.isText(); in getRelocationValueRef() local 129 if (auto SectionIDOrErr = findOrEmitSection(Obj, Sec, IsCode, in getRelocationValueRef()
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.cpp | 73 if (!DFG.IsCode<NodeAttrs::Stmt>(IA)) in scanInstr() 151 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) in collect() 223 if (!DFG.IsCode<NodeAttrs::Stmt>(IA)) in erase()
|
D | RDFCopy.cpp | 123 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) { in scanBlock() 204 assert(DFG.IsCode<NodeAttrs::Stmt>(IA)); in run()
|
D | HexagonRDFOpt.cpp | 148 for (auto TA : BA.Addr->members_if(DFG.IsCode<NodeAttrs::Stmt>, DFG)) { in run() 202 if (!getDFG().IsCode<NodeAttrs::Stmt>(IA)) in rewrite()
|
/external/swiftshader/third_party/llvm-7.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 | 74 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) { in scanBlock() 166 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()
|
/external/v8/src/builtins/ |
D | constants-table-builder.cc | 80 DCHECK(code_object->IsCode()); in PatchSelfReference() 103 if (value->IsCode() && Code::cast(value)->kind() == Code::BUILTIN) { in Finalize()
|
/external/v8/src/heap/ |
D | code-stats.cc | 30 if (abstract_code->IsCode()) { in RecordCodeAndMetadataStatistics() 206 if (!obj->IsCode()) { in CollectCodeCommentStatistics()
|
/external/v8/src/ic/ |
D | ic-inl.h | 57 heap_object->IsCode())); in IsHandler()
|