HomeSort by relevance Sort by last modified time
    Searched refs:IsCode (Results 1 - 25 of 39) sorted by null

1 2

  /external/llvm/tools/lli/
RemoteMemoryManager.h 34 : MB(mb), Alignment(a), IsCode(code) {}
38 bool IsCode;
RemoteTargetExternal.h 118 bool IsCode);
RemoteMemoryManager.cpp 100 if (Section.IsCode) {
117 if (!Section.IsCode) {
158 if (Section.IsCode) {
RemoteTargetExternal.cpp 138 bool IsCode) {
139 LLIMessageType MsgType = IsCode ? LLI_LoadCodeSection : LLI_LoadDataSection;
  /external/llvm/tools/lli/ChildTarget/
ChildTarget.cpp 25 void handleLoadSection(bool IsCode);
122 void LLIChildTarget::handleLoadSection(bool IsCode) {
143 // If IsCode, mark memory executable
144 if (IsCode)
  /external/chromium_org/v8/src/
type-info.cc 68 if (maybe_code->IsCode()) {
78 if (!maybe_code->IsCode()) return false;
86 if (maybe_code->IsCode()) {
121 if (maybe_code->IsCode()) {
181 if (!info->IsCode()) {
218 if (!object->IsCode()) {
249 if (!object->IsCode()) return Type::None(zone());
309 DCHECK(object->IsCode());
360 if (!object->IsCode()) return;
383 return object->IsCode() ? Handle<Code>::cast(object)->to_boolean_state() : 0
    [all...]
objects-debug.cc 523 CHECK(code()->IsCode());
761 (is_native ? one_byte_data->IsCode() : one_byte_data->IsByteArray()));
764 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray()));
769 one_byte_saved->IsCode());
772 uc16_saved->IsCode());
    [all...]
serialize.h 421 code_object_(o->IsCode()),
531 o->IsHeapNumber() || o->IsCode() ||
assembler.cc 850 CHECK(found->IsCode());
871 DCHECK(Code::IsYoungSequence(isolate, pc_) || code_age_stub()->IsCode());
    [all...]
serialize.cc 802 DCHECK(obj->IsCode() == is_codespace);
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 161 bool IsCode;
168 Check(SI->isText(IsCode));
170 findOrEmitSection(*Obj, *SI, IsCode, LocalSections);
198 bool IsCode = false;
199 Check(RelocatedSection->isText(IsCode));
201 findOrEmitSection(*Obj, *RelocatedSection, IsCode, LocalSections);
255 bool IsCode = false;
260 Check(Section.isText(IsCode));
278 if (IsCode) {
397 const SectionRef &Section, bool IsCode) {
    [all...]
RuntimeDyldMachO.cpp 579 bool IsCode;
580 SectionA.isText(IsCode);
581 uint32_t SectionAID = findOrEmitSection(Obj, SectionA, IsCode,
591 uint32_t SectionBID = findOrEmitSection(Obj, SectionB, IsCode,
639 bool IsCode;
640 TargetSection.isText(IsCode);
641 uint32_t TargetSectionID = findOrEmitSection(Obj, TargetSection, IsCode,
732 bool IsCode = false;
733 Sec.isText(IsCode);
734 Value.SectionID = findOrEmitSection(Obj, Sec, IsCode, ObjSectionToID)
    [all...]
RuntimeDyldImpl.h 292 /// \param IsCode if it's true then allocateCodeSection() will be
296 bool IsCode);
300 /// \param IsCode if it's true then allocateCodeSection() will be
304 bool IsCode, ObjSectionToIDMap &LocalSections);
RuntimeDyldELF.cpp 707 bool IsCode = false;
708 tsi->isText(IsCode);
709 Rel.SectionID = findOrEmitSection(Obj, (*tsi), IsCode, LocalSections);
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascripttokens.py 139 def IsCode(self):
tokenutil.py 253 if token.IsCode():
256 if new_token.IsCode():
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/
javascripttokens.py 139 def IsCode(self):
tokenutil.py 261 if new_token.IsCode():
302 if token.IsCode():
305 if new_token.IsCode():
ecmametadatapass.py 468 if self._token.IsCode():
496 is_last_code_in_line = token.IsCode() and (
  /external/chromium_org/v8/src/ic/
ic-compiler.cc 23 if (probe->IsCode()) return handle(Code::cast(probe));
93 if (probe->IsCode()) return Handle<Code>::cast(probe);
136 if (probe->IsCode()) return Handle<Code>::cast(probe);
251 if (probe->IsCode()) return Handle<Code>::cast(probe);
298 if (probe->IsCode()) return Handle<Code>::cast(probe);
handler-compiler.cc 23 if (probe->IsCode()) return handle(Code::cast(probe));
  /external/chromium_org/v8/test/cctest/
test-hashing.cc 115 CHECK(code->IsCode());
test-assembler-x87.cc 307 CHECK(code->IsCode());
  /external/chromium_org/v8/src/heap/
spaces.cc     [all...]

Completed in 723 milliseconds

1 2