Home
last modified time | relevance | path

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

123

/external/v8/src/objects/
Dcode-inl.h31 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/
Dbuiltin-serializer.cc54 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()
Dbuiltin-deserializer.cc72 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()
Dstartup-deserializer.cc100 if (obj->IsCode()) { in PrintDisassembledCodeObjects()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp268 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 …]
DRuntimeDyldMachO.cpp77 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/
DRuntimeDyldMachOX86_64.h191 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()
DRuntimeDyldMachOI386.h171 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation() local
174 findOrEmitSection(Obj, SectionA, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
187 findOrEmitSection(Obj, SectionB, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h380 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation() local
383 findOrEmitSection(MachO, SectionA, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
396 findOrEmitSection(MachO, SectionB, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
DRuntimeDyldCOFFX86_64.h244 bool IsCode = SecI->isText(); in processRelocationRef() local
247 findOrEmitSection(Obj, *SecI, IsCode, ObjSectionToID)) in processRelocationRef()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h191 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()
DRuntimeDyldMachOI386.h171 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation() local
174 findOrEmitSection(Obj, SectionA, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
187 findOrEmitSection(Obj, SectionB, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h252 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation() local
255 findOrEmitSection(MachO, SectionA, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
268 findOrEmitSection(MachO, SectionB, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
DRuntimeDyldCOFFX86_64.h171 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/
DRuntimeDyld.cpp319 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 …]
DRuntimeDyldMachO.cpp79 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/
DRDFDeadCode.cpp73 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()
DRDFCopy.cpp123 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) { in scanBlock()
204 assert(DFG.IsCode<NodeAttrs::Stmt>(IA)); in run()
DHexagonRDFOpt.cpp148 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/
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.cpp74 if (DFG.IsCode<NodeAttrs::Stmt>(IA)) { in scanBlock()
166 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()
/external/v8/src/builtins/
Dconstants-table-builder.cc80 DCHECK(code_object->IsCode()); in PatchSelfReference()
103 if (value->IsCode() && Code::cast(value)->kind() == Code::BUILTIN) { in Finalize()
/external/v8/src/heap/
Dcode-stats.cc30 if (abstract_code->IsCode()) { in RecordCodeAndMetadataStatistics()
206 if (!obj->IsCode()) { in CollectCodeCommentStatistics()
/external/v8/src/ic/
Dic-inl.h57 heap_object->IsCode())); in IsHandler()

123