HomeSort by relevance Sort by last modified time
    Searched full:getentrypoint (Results 1 - 11 of 11) sorted by null

  /external/icu/icu4c/source/layout/
GlyphPositionAdjustments.cpp 31 const LEPoint *GlyphPositionAdjustments::getEntryPoint(le_int32 index, LEPoint &entryPoint) const
37 return fEntryExitPoints[index].getEntryPoint(entryPoint);
110 if (lastExitPoint >= 0 && getEntryPoint(i, entryAnchor) != NULL) {
147 if (getEntryPoint(i, dummyAnchor) != NULL) {
165 LEPoint *GlyphPositionAdjustments::EntryExitPoint::getEntryPoint(LEPoint &entryPoint) const
GlyphPositionAdjustments.h 72 LEPoint *getEntryPoint(LEPoint &entryPoint) const;
109 const LEPoint *getEntryPoint(le_int32 index, LEPoint &entryPoint) const;
GlyphIterator.cpp 183 glyphPositionAdjustments->getEntryPoint(position, entryPoint);
  /art/runtime/arch/
stub_test.cc 547 static uintptr_t GetEntrypoint(Thread* self, QuickEntrypointEnum entrypoint) {
574 10 * sizeof(uint32_t), StubTest::GetEntrypoint(self, kQuickMemcpy), self);
605 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject);
678 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject);
679 const uintptr_t art_quick_unlock_object = StubTest::GetEntrypoint(self, kQuickUnlockObject);
827 const uintptr_t art_quick_check_cast = StubTest::GetEntrypoint(self, kQuickCheckCast);
880 StubTest::GetEntrypoint(self, kQuickAputObjectWithNullAndBoundCheck);
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DynamicLoaderPOSIXDYLD.cpp 242 if ((entry = GetEntryPoint()) == LLDB_INVALID_ADDRESS)
448 if ((virt_entry = GetEntryPoint()) == LLDB_INVALID_ADDRESS)
463 DynamicLoaderPOSIXDYLD::GetEntryPoint()
DynamicLoaderPOSIXDYLD.h 159 GetEntryPoint();
  /frameworks/compile/mclinker/include/mcld/LD/
ELFObjectWriter.h 59 uint64_t getEntryPoint(const LinkerConfig& pConfig,
  /external/llvm/include/llvm/MC/
MCObjectDisassembler.h 81 virtual uint64_t getEntrypoint();
166 uint64_t getEntrypoint() override;
  /external/llvm/include/llvm/MC/MCAnalysis/
MCModule.h 129 uint64_t getEntrypoint() const { return Entrypoint; }
  /external/llvm/lib/MC/MCAnalysis/
MCObjectDisassembler.cpp 41 uint64_t MCObjectDisassembler::getEntrypoint() {
77 Module->Entrypoint = getEntrypoint();
527 uint64_t MCMachOObjectDisassembler::getEntrypoint() {
551 return MCObjectDisassembler::getEntrypoint();
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 246 header->e_entry = getEntryPoint(pConfig, pModule);
263 /// getEntryPoint
264 uint64_t ELFObjectWriter::getEntryPoint(const LinkerConfig& pConfig,

Completed in 755 milliseconds