Home
last modified time | relevance | path

Searched defs:getStackSize (Results 1 – 10 of 10) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/visitor/
DStackSizeComputer.java74 public int getStackSize(int instructionOffset) in getStackSize() method in StackSizeComputer
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DStackMapParser.h62 uint64_t getStackSize() const { in getStackSize() function
/external/llvm/include/llvm/Object/
DStackMapParser.h59 uint32_t getStackSize() const { in getStackSize() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86CallLowering.cpp175 uint64_t getStackSize() { return StackSize; } in getStackSize() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineFrameInfo.h399 uint64_t getStackSize() const { return StackSize; } in getStackSize() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDiagnosticInfo.h220 uint64_t getStackSize() const { return getResourceSize(); } in getStackSize() function
/external/llvm/include/llvm/IR/
DDiagnosticInfo.h216 uint64_t getStackSize() const { return getResourceSize(); } in getStackSize() function
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h474 uint64_t getStackSize() const { return StackSize; } in getStackSize() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h525 uint64_t getStackSize() const { return StackSize; } in getStackSize() function
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp304 inline int32_t getStackSize() const { return stackSize; } in getStackSize() function in nv50_ir::SpillCodeInserter