Home
last modified time | relevance | path

Searched defs:locals (Results 1 – 25 of 76) sorted by relevance

1234

/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DFrameSnapshot.java29 private final Object[] locals; field in FrameSnapshot
32 private FrameSnapshot(final Object[] locals, final Object[] stack) { in FrameSnapshot()
51 final Object[] locals = reduce(analyzer.locals, 0); in create() local
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DFrame.java45 private final LocalVariables locals; field in Frame
63 public Frame(final LocalVariables locals, final OperandStack stack) { in Frame()
DLocalVariables.java34 private final Type[] locals; field in LocalVariables
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/instrumentation/
DJavassistHelper.java99 LocalVariableAttribute locals = null; in getSignature() local
157 static String parameterNameFor(CtBehavior method, LocalVariableAttribute locals, int i) { in parameterNameFor()
/external/compiler-rt/test/lsan/TestCases/
Dstale_stack_leak.cc18 void *locals[2048]; in PutPointerOnStaleStack() local
/external/python/cpython3/Lib/
DcProfile.py18 def runctx(statement, globals, locals, filename=None, sort=-1): argument
97 def runctx(self, cmd, globals, locals): argument
Dcode.py24 def __init__(self, locals=None): argument
170 def __init__(self, locals=None, filename="<console>"): argument
Dcgitb.py64 def lookup(name, frame, locals): argument
80 def scanvars(reader, frame, locals): argument
Dprofile.py59 def runctx(self, statement, globals, locals, filename, sort): argument
93 def runctx(statement, globals, locals, filename=None, sort=-1): argument
418 def runctx(self, cmd, globals, locals): argument
Dbdb.py570 def run(self, cmd, globals=None, locals=None): argument
592 def runeval(self, expr, globals=None, locals=None): argument
612 def runctx(self, cmd, globals, locals): argument
/external/python/cpython2/Lib/
DcProfile.py39 def runctx(statement, globals, locals, filename=None, sort=-1): argument
137 def runctx(self, cmd, globals, locals): argument
Dcode.py37 def __init__(self, locals=None): argument
182 def __init__(self, locals=None, filename="<console>"): argument
Dcgitb.py65 def lookup(name, frame, locals): argument
81 def scanvars(reader, frame, locals): argument
Dbdb.py389 def run(self, cmd, globals=None, locals=None): argument
407 def runeval(self, expr, globals=None, locals=None): argument
425 def runctx(self, cmd, globals, locals): argument
Dprofile.py69 def runctx(statement, globals, locals, filename=None, sort=-1): argument
440 def runctx(self, cmd, globals, locals): argument
Dinspect.py880 def formatargvalues(args, varargs, varkw, locals, argument
892 def convert(name, locals=locals, argument
/external/python/cpython3/Objects/
Dframeobject.c658 PyObject *globals, PyObject *locals) in _PyFrame_New_NoTrack()
784 PyObject *globals, PyObject *locals) in PyFrame_New()
919 PyObject *locals, *map; in PyFrame_FastToLocalsWithError() local
991 PyObject *locals, *map; in PyFrame_LocalsToFast() local
/external/python/cpython2/Lib/hotshot/
D__init__.py60 def runctx(self, cmd, globals, locals): argument
/external/python/cpython2/Objects/
Dframeobject.c659 PyObject *locals) in PyFrame_New()
906 PyObject *locals, *map; in PyFrame_FastToLocals() local
958 PyObject *locals, *map; in PyFrame_LocalsToFast() local
/external/mesa3d/src/compiler/glsl/
Dlink_functions.cpp307 set *locals; member in __anon21e599bf0111::call_link_visitor
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
DDebugInfo.java122 final LocalInfo[] locals = new LocalInfo[registerCount]; in iterator() local
/external/bcc/src/cc/
Dbpf_module.cc174 const map<string, Value *> &locals, bool exact_args) { in finish_sscanf()
217 const map<string, Value *> &locals, bool is_writer) { in parse_type()
367 map<string, Value *> locals{{"nread", nread}, {"sptr", sptr}}; in make_reader() local
428 map<string, Value *> locals{ in make_writer() local
/external/v8/src/wasm/baseline/
Dliftoff-assembler.h567 ValueType* locals = in local_type() local
573 ValueType* locals = in set_local_type() local
/external/python/cpython3/Python/clinic/
Dbltinmodule.c.h238 PyObject *locals = Py_None; in builtin_eval() local
276 PyObject *locals = Py_None; in builtin_exec() local
/external/python/cpython3/Python/
Dpythonrun.c942 PyObject *locals, PyCompilerFlags *flags) in PyRun_StringFlags()
966 PyObject *locals, int closeit, PyCompilerFlags *flags) in PyRun_FileExFlags()
1027 run_mod(mod_ty mod, PyObject *filename, PyObject *globals, PyObject *locals, in run_mod()
1042 PyObject *locals, PyCompilerFlags *flags) in run_pyc_file()

1234