/arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
D | lowering.cpp | 28 bool Lowering::ConstantFitsCompareImm(Inst *cst, uint32_t size, ConditionCode cc) in ConstantFitsCompareImm() 52 auto cc = cmp->CastToCompare()->GetCc(); in BetterToSwapCompareInputs() local 71 auto cc = if_inst->CastToIf()->GetCc(); in OptimizeIfInput() local 104 auto cc = input->CastToCompare()->GetCc(); in LowerIf() local 111 auto cc = input->CastToCompare()->GetCc(); in LowerIf() local 138 void Lowering::InPlaceLowerIfImm(IfImmInst *inst, Inst *input, Inst *cst, ConditionCode cc) in InPlaceLowerIfImm()
|
/arkcompiler/ets_runtime/test/moduletest/assignproxy/ |
D | assignproxy.js | 23 var proxy = new Proxy({"cc":"dd", "ee":"ff"}, { property
|
/arkcompiler/ets_runtime/test/moduletest/multiprotoic/ |
D | multiprotoic.js | 39 let obj22 = {"cc": "3cc"}; property
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | dump.cpp | 111 ArenaString GetCondCodeToString(ConditionCode cc, ArenaAllocator *allocator) in GetCondCodeToString() 305 ArenaString cc(GetCondCodeToString(GetCc(), allocator), adapter); in DumpOpcode() local 343 ArenaString cc(GetCondCodeToString(GetCc(), allocator), adapter); in DumpOpcode() local 354 ArenaString cc(GetCondCodeToString(GetCc(), allocator), adapter); in DumpOpcode() local
|
D | graph_checker.cpp | 777 [[maybe_unused]] auto cc = inst->CastToIf()->GetCc(); in VisitIf() local 807 [[maybe_unused]] auto cc = inst->CastToIfImm()->GetCc(); in VisitIfImm() local
|
D | inst.h | 1575 explicit ConditionMixin(ConditionCode cc) in ConditionMixin() 1587 void SetCc(ConditionCode cc) in SetCc() 1861 …CompareInst(Opcode opcode, DataType::Type type, uint32_t pc, ConditionCode cc) : BaseInst(opcode, … in CompareInst() 2692 … IfInst(Opcode opcode, DataType::Type type, uint32_t pc, ConditionCode cc) : Base(opcode, type, pc) in IfInst() 2732 IfImmInst(Opcode opcode, DataType::Type type, uint32_t pc, ConditionCode cc, uint64_t imm) in IfImmInst()
|
D | ir_constructor.h | 314 IrConstructor &CC(ConditionCode cc) in CC()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_global.cpp | 219 uint16_t cc = EcmaStringAccessor(str).Get(k); in Encode() local 327 uint16_t cc = EcmaStringAccessor(str).Get(k); in Decode() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | call_signature.h | 269 void SetCallConv(CallConv cc) in SetCallConv()
|
/arkcompiler/runtime_core/compiler/tests/ |
D | compiler_inst_test.cpp | 59 auto cc = ConditionCode::CC_EQ; variable 110 auto cc = if_inst.GetCc(); variable
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 2350 cc.game.restart = function() { field 2359 cc.game.emit(cc.Game.EVENT_LOW_MEMORY); field 2576 cc.warnID(4933, s); field 2593 cc.AudioPlayer.load(t).then((e => { field 3625 cc.errorID(7504); field 3630 cc.errorID(7508, this.name); field 3636 cc.errorID(7507, this.name); field 3758 cc.errorID(7504); field 3764 cc.errorID(7507, e.name); field 3778 cc._throw(t); field [all …]
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|