Home
last modified time | relevance | path

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

12

/external/chromium_org/v8/src/
Dtype-info.cc71 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 …]
Dobjects-debug.cc520 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()
Dserialize.h477 code_object_(o->IsCode()), in ObjectSerializer()
589 o->IsHeapNumber() || o->IsCode() || in ShouldBeInThePartialSnapshotCache()
Dstub-cache.cc88 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()
Dspaces.cc1469 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()
Dassembler.cc872 CHECK(found->IsCode()); in Verify()
893 ASSERT(Code::IsYoungSequence(isolate, pc_) || code_age_stub()->IsCode()); in Verify()
Dcode-stubs.cc297 if (probe->IsCode()) { in FindCodeInSpecialCache()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp161 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 …]
DRuntimeDyldMachO.cpp579 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()
DRuntimeDyldImpl.h296 bool IsCode);
304 bool IsCode, ObjSectionToIDMap &LocalSections);
DRuntimeDyldELF.cpp707 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/
DChildTarget.cpp25 void handleLoadSection(bool IsCode);
122 void LLIChildTarget::handleLoadSection(bool IsCode) { in handleLoadSection() argument
144 if (IsCode) in handleLoadSection()
/external/llvm/tools/lli/
DRemoteMemoryManager.h34 : MB(mb), Alignment(a), IsCode(code) {} in Allocation()
38 bool IsCode; member
DRemoteMemoryManager.cpp100 if (Section.IsCode) { in notifyObjectLoaded()
117 if (!Section.IsCode) { in notifyObjectLoaded()
158 if (Section.IsCode) { in finalizeMemory()
DRemoteTargetExternal.cpp138 bool IsCode) { in SendLoadSection() argument
139 LLIMessageType MsgType = IsCode ? LLI_LoadCodeSection : LLI_LoadDataSection; in SendLoadSection()
DRemoteTargetExternal.h118 bool IsCode);
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
Dtokenutil.py253 if token.IsCode():
256 if new_token.IsCode():
Djavascripttokens.py139 def IsCode(self): member in JavaScriptToken
Decmametadatapass.py417 if self._token.IsCode():
445 is_last_code_in_line = token.IsCode() and (
/external/chromium_org/third_party/closure_linter/closure_linter/
Dtokenutil.py253 if token.IsCode():
256 if new_token.IsCode():
Djavascripttokens.py139 def IsCode(self): member in JavaScriptToken
Decmametadatapass.py417 if self._token.IsCode():
445 is_last_code_in_line = token.IsCode() and (
/external/chromium_org/v8/test/cctest/
Dtest-hashing.cc203 CHECK(code->IsCode()); in check()
241 CHECK(code->IsCode()); in check()
Dtest-assembler-x87.cc302 CHECK(code->IsCode()); in TEST()
Dtest-assembler-ia32.cc432 CHECK(code->IsCode()); in TEST()

12