/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/ |
D | AdviceAdapter.java | 87 private List<Object> stackFrame; field in AdviceAdapter 124 stackFrame = new ArrayList<>(); in visitCode() 137 stackFrame = labelStackFrame; in visitLabel() 281 stackSize = stackFrame.size(); in visitInsn() 282 stackFrame.add(stackSize - 2, stackFrame.get(stackSize - 1)); in visitInsn() 285 stackSize = stackFrame.size(); in visitInsn() 286 stackFrame.add(stackSize - 3, stackFrame.get(stackSize - 1)); in visitInsn() 289 stackSize = stackFrame.size(); in visitInsn() 290 stackFrame.add(stackSize - 2, stackFrame.get(stackSize - 1)); in visitInsn() 291 stackFrame.add(stackSize - 2, stackFrame.get(stackSize - 1)); in visitInsn() [all …]
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
D | FilterExprIteratorSimple.java | 90 int stackFrame, in executeFilterExpr() argument 114 vars.setStackFrame(stackFrame); in executeFilterExpr()
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | VariableStack.java | 285 public void setLocalVariable(int index, XObject val, int stackFrame) in setLocalVariable() argument 287 _stackFrames[index + stackFrame] = val; in setLocalVariable()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/ |
D | DebugProbesImpl.kt | 428 val stackFrame = frame as? CoroutineStackFrame ?: return in <lambda>() constant 429 updateRunningState(stackFrame, state) in <lambda>()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 465 const StackFrameContext *stackFrame = in ProcessInitializer() local 468 cast<CXXConstructorDecl>(stackFrame->getDecl()); in ProcessInitializer() 471 SVal thisVal = State->getSVal(svalBuilder.getCXXThis(decl, stackFrame)); in ProcessInitializer() 503 SVal LValue = State->getSVal(Init, stackFrame); in ProcessInitializer() 510 InitVal = SVB.conjureSymbolVal(BMI->getInit(), stackFrame, in ProcessInitializer() 515 InitVal = State->getSVal(BMI->getInit(), stackFrame); in ProcessInitializer() 522 PostInitializer PP(BMI, FieldLoc.getAsRegion(), stackFrame); in ProcessInitializer() 532 PostInitializer PP(BMI, FieldLoc.getAsRegion(), stackFrame); in ProcessInitializer()
|
/external/ow2-asm/asm-commons/src/test/resources/ |
D | sigtest-4.0.txt | 327 hfds OTHER,THIS,branches,constructor,stackFrame,superInitialized
|
D | sigtest-4.1.txt | 327 hfds OTHER,THIS,branches,constructor,stackFrame,superInitialized
|
D | sigtest-5.0.4.txt | 339 hfds OTHER,THIS,branches,constructor,stackFrame,superInitialized
|
D | sigtest-5.0.txt | 339 hfds OTHER,THIS,branches,constructor,stackFrame,superInitialized
|
D | sigtest-5.1.txt | 339 hfds OTHER,THIS,branches,constructor,stackFrame,superInitialized
|
D | sigtest-6.1.txt | 385 hfds OTHER,THIS,branches,constructor,stackFrame,superInitialized
|
D | sigtest-7.1.txt | 384 hfds INVALID_OPCODE,OTHER,UNINITIALIZED_THIS,forwardJumpStackFrames,isConstructor,stackFrame,superC…
|
D | sigtest-6.2.txt | 386 hfds INVALID_OPCODE,OTHER,UNINITIALIZED_THIS,forwardJumpStackFrames,isConstructor,stackFrame,superC…
|
D | sigtest-7.2.txt | 385 hfds INVALID_OPCODE,OTHER,UNINITIALIZED_THIS,forwardJumpStackFrames,isConstructor,stackFrame,superC…
|
D | sigtest-9.0.txt | 404 hfds INVALID_OPCODE,OTHER,UNINITIALIZED_THIS,forwardJumpStackFrames,isConstructor,stackFrame,superC…
|
D | sigtest-9.2.txt | 406 hfds INVALID_OPCODE,OTHER,UNINITIALIZED_THIS,forwardJumpStackFrames,isConstructor,stackFrame,superC…
|
D | sigtest-6.0.txt | 406 hfds OTHER,THIS,branches,constructor,stackFrame,superInitialized
|
D | sigtest-7.3.1.txt | 402 hfds INVALID_OPCODE,OTHER,UNINITIALIZED_THIS,forwardJumpStackFrames,isConstructor,stackFrame,superC…
|
D | sigtest-9.4.txt | 414 hfds INVALID_OPCODE,OTHER,UNINITIALIZED_THIS,forwardJumpStackFrames,isConstructor,stackFrame,superC…
|
D | sigtest-9.1.txt | 405 hfds INVALID_OPCODE,OTHER,UNINITIALIZED_THIS,forwardJumpStackFrames,isConstructor,stackFrame,superC…
|
D | sigtest-7.0.txt | 391 hfds INVALID_OPCODE,OTHER,UNINITIALIZED_THIS,forwardJumpStackFrames,isConstructor,stackFrame,superC…
|
D | sigtest-8.0.1.txt | 401 hfds INVALID_OPCODE,OTHER,UNINITIALIZED_THIS,forwardJumpStackFrames,isConstructor,stackFrame,superC…
|