Home
last modified time | relevance | path

Searched defs:LocalVariable (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/assembler/
Dassembly-debug.h47 struct LocalVariable { struct
48 std::string name;
49 std::string signature;
50 std::string signature_type;
51 int32_t reg = 0;
52 uint32_t start = 0;
53 uint32_t length = 0;
/arkcompiler/ets_frontend/es2panda/typescript/types/
DobjectDescriptor.h24 class LocalVariable; variable
Dsignature.h24 class LocalVariable; variable
DobjectType.h28 class LocalVariable; variable
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyDebug.proto27 message LocalVariable { message
/arkcompiler/ets_frontend/es2panda/binder/
Dvariable.cpp24 LocalVariable::LocalVariable(Decl *decl, VariableFlags flags) : Variable(decl, flags) in LocalVariable() function in panda::es2panda::binder::LocalVariable
/arkcompiler/ets_frontend/ts2panda/src/
Dvariable.ts125 export class LocalVariable extends Variable { class
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h38 class LocalVariable; variable
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument