Home
last modified time | relevance | path

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

/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() argument
33 explicit Label(std::string s) : name(std::move(s)) {} in Label() argument
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dcondition.h24 class Label; variable
DoptionalChain.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/es2panda/ir/ts/
DtsNamedTupleMember.h43 const Expression *Label() const in Label() function
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DintersectionThisTypes.ts78 interface Label extends Component { interface
/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
Doptimized_fast_call.cpp32 using Label = panda::ecmascript::Label; typedef
Doptimized_call.cpp32 using Label = panda::ecmascript::Label; typedef
Dasm_interpreter_call.cpp32 using Label = panda::ecmascript::Label; typedef
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.h54 class Label; variable
/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/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts275 export interface Label { interface
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.h40 class Label; variable
797 explicit Label(LabelImpl *impl) : impl_(impl) {} in Label() function
Dcircuit_builder.cpp1856 Label::Label(Environment *env) in Label() function in panda::ecmascript::kungfu::Label
1861 Label::Label(CircuitBuilder *cirBuilder) in Label() function in panda::ecmascript::kungfu::Label
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js44867 Label: e, property