HomeSort by relevance Sort by last modified time
    Searched refs:GetEntryPoint (Results 1 - 14 of 14) sorted by null

  /external/vixl/examples/aarch32/
abs.cc 60 memory.GetEntryPoint<int32_t (*)(int32_t)>(abs);
getting-started.cc 61 memory.GetEntryPoint<uint32_t (*)(uint32_t)>(demo);
examples.h 65 T GetEntryPoint(const Label& entry_point) const {
pi.cc 99 memory.GetEntryPoint<double (*)(uint32_t)>(pi_approx);
  /art/runtime/
oat_quick_method_header.cc 41 const void* entry_point = GetEntryPoint();
69 const void* entry_point = GetEntryPoint();
oat_quick_method_header.h 60 return pc - reinterpret_cast<uintptr_t>(GetEntryPoint());
146 const uint8_t* GetEntryPoint() const {
fault_handler.cc 310 reinterpret_cast<uintptr_t>(method_header->GetEntryPoint());
  /art/runtime/jit/
jit_code_cache.cc 641 method, method_header->GetEntryPoint());
654 << reinterpret_cast<const void*>(method_header->GetEntryPoint()) << ","
655 << reinterpret_cast<const void*>(method_header->GetEntryPoint() +
    [all...]
jit.cc 525 osr_method->GetEntryPoint();
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
ModuleObject.py 395 def GetEntryPoint(self):
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
ModuleSurfaceAreaXml.py 278 if Extern.GetEntryPoint():
279 NodeList.append(['EntryPoint', Extern.GetEntryPoint()])
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenInfFile.py 358 EntryPoint = Extern.GetEntryPoint()
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfDefineObject.py 574 def GetEntryPoint(self):
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
InfPomAlignment.py 349 EntryPointList = DefineObj.GetEntryPoint()
    [all...]

Completed in 860 milliseconds