Home
last modified time | relevance | path

Searched defs:Label (Results 1 – 25 of 29) sorted by relevance

12

/arkcompiler/runtime_core/assembler/
Dassembly-label.h24 struct Label { struct
28 Label(std::string s, size_t b_l, size_t b_r, std::string f_c, bool d, size_t l_n) in Label() function
33 explicit Label(std::string s) : name(std::move(s)) {} in Label() argument
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-label.h24 struct Label { struct
28 Label(std::string s, size_t bL, size_t bR, std::string fC, bool d, size_t lN) in Label() argument
33 explicit Label(std::string s) : name(std::move(s)) {} in Label() function
/arkcompiler/ets_frontend/es2panda/compiler/base/
DoptionalChain.h24 class Label; variable
Dcondition.h24 class Label; variable
/arkcompiler/ets_frontend/ets2panda/compiler/base/
DoptionalChain.h24 class Label; variable
Dcondition.h24 class Label; variable
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyLabel.proto21 message Label { message
/arkcompiler/ets_frontend/es2panda/compiler/core/
DswitchBuilder.h28 class Label; variable
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsNamedTupleMember.h29 const Expression *Label() const in Label() function
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsNamedTupleMember.h43 const Expression *Label() const in Label() function
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dcommon_call.h24 using Label = panda::ecmascript::Label; variable
Dcommon_call.cpp32 using Label = panda::ecmascript::Label; typedef
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.h54 class Label; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder_helper.cpp74 Label::Label(Environment *env) in Label() function in panda::ecmascript::kungfu::Label
79 Label::Label(CircuitBuilder *cirBuilder) in Label() function in panda::ecmascript::kungfu::Label
Dcircuit_builder.h44 class Label; variable
Dcircuit_builder_helper.h265 explicit Label(LabelImpl *impl) : impl_(impl) {} in Label() function
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Demitter.h46 class Label; variable
DswitchBuilder.h32 class Label; variable
/arkcompiler/runtime_core/static_core/libpandafile/
Dbytecode_emitter.h42 explicit Label(std::list<uint32_t>::iterator pc) : pc_(pc) {} in Label() function
/arkcompiler/runtime_core/libpandafile/
Dbytecode_emitter.h42 explicit Label(std::list<uint32_t>::iterator pc) : pc_(pc) {} in Label() function
/arkcompiler/ets_frontend/es2panda/ir/
Dirnode.h94 class Label; variable
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dfunction.rb63 class Label class
350 def Label(name) method in Function
/arkcompiler/ets_frontend/ets2panda/ir/
Dirnode.h105 class Label; variable
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts287 export interface Label { interface
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Doperand.h243 Label(int64 index, uint32 relOffsetVal, LabelType type) in Label() function

12