| /arkcompiler/ets_frontend/es2panda/test/parser/binder/ |
| D | index-hex-name-js.js | 18 BB = class{} field in A
|
| /arkcompiler/ets_runtime/test/aottest/calls/ |
| D | calls.ts | 187 class BB extends AA { class
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | ssa.h | 24 class BB; // circular dependency exists, no other choice variable
|
| D | irmap.h | 123 virtual void SetCurFunction(const BB &) {} in SetCurFunction()
|
| D | bb.h | 67 BB(MapleAllocator *alloc, MapleAllocator *versAlloc, BBId id) in BB() function 83 …BB(MapleAllocator *alloc, MapleAllocator *versAlloc, BBId id, StmtNode *firstStmt, StmtNode *lastS… in BB() function
|
| D | ver_symbol.h | 24 class BB; // circular dependency exists, no other choice variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_ssu_pre.cpp | 521 void SSUPre::PropagateNotAvail(BB *bb, std::set<BB *, BBIdCmp> *visitedBBs) in PropagateNotAvail()
|
| D | cg_ssa_pre.cpp | 532 void SSAPre::PropagateNotAnt(BB *bb, std::set<BB *, BBIdCmp> *visitedBBs) in PropagateNotAnt()
|
| D | cg_cfg.cpp | 790 void CGCFG::FindWillExitBBs(BB *bb, std::set<BB *, BBIdCmp> *visitedBBs) in FindWillExitBBs()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_regsaves.cpp | 640 void AArch64RegSavesOpt::Verify(regno_t reg, BB *bb, std::set<BB *, BBIdCmp> *visited, BBId *s, BBI… in Verify()
|
| D | aarch64_color_ra.cpp | 1343 void GraphColorRegAllocator::ClearLrBBFlags(const std::set<BB *, SortedBBCmpFunc> &member) const in ClearLrBBFlags() argument
|
| D | aarch64_peep.cpp | 2721 void ElimSpecificExtensionPattern::Run(BB & /* bb */, Insn &insn) in Run() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/ |
| D | lmir_builder.h | 80 using BB = BlockNode; // A temporary faked BB variable
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 1173 #define BB(INDEX) builder_->GetBlock(INDEX) macro
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 1511 #define BB(INDEX) builder_->GetBlock(INDEX) macro
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | insn.h | 39 class BB; variable
|
| D | cgbb.h | 96 BB(BBID bbID, MapleAllocator &mallocator) in BB() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 43 using BB = maple::litecg::BB; typedef
|