/external/chromium_org/v8/src/ |
D | type-info.cc | 71 if (maybe_code->IsCode()) { in LoadIsUninitialized() 81 if (!maybe_code->IsCode()) return false; in StoreIsUninitialized() 89 if (maybe_code->IsCode()) { in StoreIsKeyedPolymorphic() 123 if (maybe_code->IsCode()) { in GetStoreMode() 180 if (!object->IsCode()) return false; in LoadIsStub() 193 if (!info->IsCode()) { in CompareType() 229 if (!object->IsCode()) { in BinaryType() 260 if (!object->IsCode()) return Type::None(zone()); in CountType() 324 ASSERT(object->IsCode()); in CollectReceiverTypes() 375 if (!object->IsCode()) return; in CollectReceiverTypes() [all …]
|
D | objects-debug.cc | 520 CHECK(code()->IsCode()); in JSFunctionVerify() 755 (is_native ? ascii_data->IsCode() : ascii_data->IsByteArray())); in JSRegExpVerify() 758 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray())); in JSRegExpVerify() 762 ascii_saved->IsCode()); in JSRegExpVerify() 765 uc16_saved->IsCode()); in JSRegExpVerify()
|
D | serialize.h | 477 code_object_(o->IsCode()), in ObjectSerializer() 589 o->IsHeapNumber() || o->IsCode() || in ShouldBeInThePartialSnapshotCache()
|
D | stub-cache.cc | 88 if (probe->IsCode()) return Handle<Code>::cast(probe); in FindIC() 101 if (probe->IsCode()) return Handle<Code>::cast(probe); in FindHandler() 190 if (probe->IsCode()) return Handle<Code>::cast(probe); in ComputeKeyedLoadElement() 217 if (probe->IsCode()) return Handle<Code>::cast(probe); in ComputeKeyedStoreElement() 332 if (probe->IsCode()) return Handle<Code>::cast(probe); in ComputeLoadElementPolymorphic() 389 if (probe->IsCode()) return Handle<Code>::cast(probe); in ComputeStoreElementPolymorphic()
|
D | spaces.cc | 1469 CHECK(!object->IsCode()); in Verify() 2734 if (obj->IsCode()) { in CollectCodeStatistics() 3054 CHECK(object->IsCode() || object->IsSeqString() || in Verify() 3062 if (object->IsCode()) { in Verify() 3112 if (obj->IsCode()) { in CollectCodeStatistics()
|
D | assembler.cc | 872 CHECK(found->IsCode()); in Verify() 893 ASSERT(Code::IsYoungSequence(isolate, pc_) || code_age_stub()->IsCode()); in Verify()
|
D | code-stubs.cc | 297 if (probe->IsCode()) { in FindCodeInSpecialCache()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 161 bool IsCode; in loadObject() local 168 Check(SI->isText(IsCode)); in loadObject() 170 findOrEmitSection(*Obj, *SI, IsCode, LocalSections); in loadObject() 198 bool IsCode = false; in loadObject() local 199 Check(RelocatedSection->isText(IsCode)); in loadObject() 201 findOrEmitSection(*Obj, *RelocatedSection, IsCode, LocalSections); in loadObject() 255 bool IsCode = false; in computeTotalAllocSize() local 260 Check(Section.isText(IsCode)); in computeTotalAllocSize() 278 if (IsCode) { in computeTotalAllocSize() 397 const SectionRef &Section, bool IsCode) { in emitSection() argument [all …]
|
D | RuntimeDyldMachO.cpp | 579 bool IsCode; in processSECTDIFFRelocation() local 580 SectionA.isText(IsCode); in processSECTDIFFRelocation() 581 uint32_t SectionAID = findOrEmitSection(Obj, SectionA, IsCode, in processSECTDIFFRelocation() 591 uint32_t SectionBID = findOrEmitSection(Obj, SectionB, IsCode, in processSECTDIFFRelocation() 639 bool IsCode; in processI386ScatteredVANILLA() local 640 TargetSection.isText(IsCode); in processI386ScatteredVANILLA() 641 uint32_t TargetSectionID = findOrEmitSection(Obj, TargetSection, IsCode, in processI386ScatteredVANILLA() 732 bool IsCode = false; in processRelocationRef() local 733 Sec.isText(IsCode); in processRelocationRef() 734 Value.SectionID = findOrEmitSection(Obj, Sec, IsCode, ObjSectionToID); in processRelocationRef()
|
D | RuntimeDyldImpl.h | 296 bool IsCode); 304 bool IsCode, ObjSectionToIDMap &LocalSections);
|
D | RuntimeDyldELF.cpp | 707 bool IsCode = false; in findOPDEntrySection() local 708 tsi->isText(IsCode); in findOPDEntrySection() 709 Rel.SectionID = findOrEmitSection(Obj, (*tsi), IsCode, LocalSections); in findOPDEntrySection()
|
/external/llvm/tools/lli/ChildTarget/ |
D | ChildTarget.cpp | 25 void handleLoadSection(bool IsCode); 122 void LLIChildTarget::handleLoadSection(bool IsCode) { in handleLoadSection() argument 144 if (IsCode) in handleLoadSection()
|
/external/llvm/tools/lli/ |
D | RemoteMemoryManager.h | 34 : MB(mb), Alignment(a), IsCode(code) {} in Allocation() 38 bool IsCode; member
|
D | RemoteMemoryManager.cpp | 100 if (Section.IsCode) { in notifyObjectLoaded() 117 if (!Section.IsCode) { in notifyObjectLoaded() 158 if (Section.IsCode) { in finalizeMemory()
|
D | RemoteTargetExternal.cpp | 138 bool IsCode) { in SendLoadSection() argument 139 LLIMessageType MsgType = IsCode ? LLI_LoadCodeSection : LLI_LoadDataSection; in SendLoadSection()
|
D | RemoteTargetExternal.h | 118 bool IsCode);
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
D | tokenutil.py | 253 if token.IsCode(): 256 if new_token.IsCode():
|
D | javascripttokens.py | 139 def IsCode(self): member in JavaScriptToken
|
D | ecmametadatapass.py | 417 if self._token.IsCode(): 445 is_last_code_in_line = token.IsCode() and (
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
D | tokenutil.py | 253 if token.IsCode(): 256 if new_token.IsCode():
|
D | javascripttokens.py | 139 def IsCode(self): member in JavaScriptToken
|
D | ecmametadatapass.py | 417 if self._token.IsCode(): 445 is_last_code_in_line = token.IsCode() and (
|
/external/chromium_org/v8/test/cctest/ |
D | test-hashing.cc | 203 CHECK(code->IsCode()); in check() 241 CHECK(code->IsCode()); in check()
|
D | test-assembler-x87.cc | 302 CHECK(code->IsCode()); in TEST()
|
D | test-assembler-ia32.cc | 432 CHECK(code->IsCode()); in TEST()
|