HomeSort by relevance Sort by last modified time
    Searched full:iscode (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolPublicSymbol.h 31 FORWARD_SYMBOL_METHOD(isCode)
IPDBRawSymbol.h 128 virtual bool isCode() const = 0;
  /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/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...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 157 bool IsCode = SectionA.isText();
159 findOrEmitSection(Obj, SectionA, IsCode, ObjSectionToID);
168 findOrEmitSection(Obj, SectionB, IsCode, ObjSectionToID);
212 bool IsCode = TargetSection.isText();
214 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID);
RuntimeDyldMachOARM.h 238 bool IsCode = SectionA.isText();
240 findOrEmitSection(MachO, SectionA, IsCode, ObjSectionToID);
249 findOrEmitSection(MachO, SectionB, IsCode, ObjSectionToID);
RuntimeDyldCOFFX86_64.h 131 bool IsCode = SecI->isText();
132 TargetSectionID = findOrEmitSection(Obj, *SecI, IsCode, ObjSectionToID);
  /external/llvm/tools/lli/
RemoteMemoryManager.h 34 : MB(mb), Alignment(a), IsCode(code) {}
38 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;
RemoteTargetExternal.h 118 bool IsCode);
  /external/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);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 194 bool IsCode = SI->isText();
196 findOrEmitSection(Obj, *SI, IsCode, LocalSections);
232 bool IsCode = RelocatedSection->isText();
234 findOrEmitSection(Obj, *RelocatedSection, IsCode, LocalSections);
348 bool IsCode = Section.isText();
367 if (IsCode) {
548 const SectionRef &Section, bool IsCode) {
584 Addr = IsCode ? MemMgr.allocateCodeSection(Allocate, Alignment, SectionID,
635 bool IsCode,
643 SectionID = emitSection(Obj, Section, IsCode);
    [all...]
RuntimeDyldImpl.h 319 /// \param IsCode if it's true then allocateCodeSection() will be
323 bool IsCode);
327 /// \param IsCode if it's true then allocateCodeSection() will be
331 bool IsCode, ObjSectionToIDMap &LocalSections);
RuntimeDyldMachO.cpp 79 bool IsCode = Sec.isText();
80 Value.SectionID = findOrEmitSection(Obj, Sec, IsCode, ObjSectionToID);
  /external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
tokenutil.py 253 if token.IsCode():
256 if new_token.IsCode():
javascripttokens.py 139 def IsCode(self):
  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIARawSymbol.h 120 bool isCode() const override;
  /external/v8/test/cctest/
test-hashing.cc 115 CHECK(code->IsCode());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 11 isgenerator(), istraceback(), isframe(), iscode(), isbuiltin(),
209 def iscode(object): function
417 if iscode(object):
574 if iscode(object):
750 if not iscode(co):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 11 isgenerator(), istraceback(), isframe(), iscode(), isbuiltin(),
209 def iscode(object): function
417 if iscode(object):
574 if iscode(object):
750 if not iscode(co):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_inspect.py 23 # ismodule, isclass, ismethod, isfunction, istraceback, isframe, iscode,
46 predicates = set([inspect.isbuiltin, inspect.isclass, inspect.iscode,
78 self.istest(inspect.iscode, 'mod.spam.func_code')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_inspect.py 23 # ismodule, isclass, ismethod, isfunction, istraceback, isframe, iscode,
46 predicates = set([inspect.isbuiltin, inspect.isclass, inspect.iscode,
78 self.istest(inspect.iscode, 'mod.spam.func_code')
    [all...]
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 198 MOCK_SYMBOL_ACCESSOR(isCode)

Completed in 3204 milliseconds

1 2 3