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

  /art/compiler/optimizing/
code_generator.h 164 virtual Location GetStackLocation(HLoadLocal* load) const = 0;
code_generator_arm.h 157 virtual Location GetStackLocation(HLoadLocal* load) const OVERRIDE;
code_generator_x86.h 159 virtual Location GetStackLocation(HLoadLocal* load) const OVERRIDE;
code_generator_x86_64.h 155 virtual Location GetStackLocation(HLoadLocal* load) const OVERRIDE;
code_generator.cc 187 loc = GetStackLocation(load);
code_generator_x86_64.cc 248 Location CodeGeneratorX86_64::GetStackLocation(HLoadLocal* load) const {
    [all...]
code_generator_arm.cc 301 Location CodeGeneratorARM::GetStackLocation(HLoadLocal* load) const {
    [all...]
code_generator_x86.cc 276 Location CodeGeneratorX86::GetStackLocation(HLoadLocal* load) const {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
callobj.h 132 virtual PVOID WINAPI GetStackLocation(void) = 0;
158 PVOID (WINAPI *GetStackLocation)(ICallFrame *This);
186 #define ICallFrame_GetStackLocation(This) (This)->lpVtbl->GetStackLocation(This)

Completed in 772 milliseconds