Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/
Dassembly-debug.h46 struct LocalVariable { struct
47 std::string name;
48 std::string signature;
49 std::string signature_type;
50 int32_t reg = 0;
51 uint32_t start = 0;
52 uint32_t length = 0;
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-debug.h50 struct LocalVariable { struct
51 std::string name;
52 std::string signature;
53 std::string signatureType;
54 int32_t reg = 0;
55 uint32_t start = 0;
56 uint32_t length = 0;
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvariable.cpp25 LocalVariable::LocalVariable(Decl *decl, VariableFlags flags) : Variable(decl, flags) in LocalVariable() function in ark::es2panda::varbinder::LocalVariable
32 LocalVariable::LocalVariable(VariableFlags flags) : Variable(flags) {} in LocalVariable() function in ark::es2panda::varbinder::LocalVariable
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DobjectDescriptor.h24 class LocalVariable; variable
/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/ets2panda/compiler/core/
Demitter.h41 class LocalVariable; variable
/arkcompiler/ets_frontend/es2panda/binder/
Dvariable.cpp22 LocalVariable::LocalVariable(Decl *decl, VariableFlags flags) : Variable(decl, flags) in LocalVariable() function in panda::es2panda::binder::LocalVariable
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsEnumType.h28 class LocalVariable; variable
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h35 class LocalVariable; variable
Dchecker.h41 class LocalVariable; variable
DTSchecker.h37 class LocalVariable; variable
/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