Home
last modified time | relevance | path

Searched defs:cc (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dlowering.cpp28 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/
Dassignproxy.js23 var proxy = new Proxy({"cc":"dd", "ee":"ff"}, { property
/arkcompiler/ets_runtime/test/moduletest/multiprotoic/
Dmultiprotoic.js39 let obj22 = {"cc": "3cc"}; property
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.cpp111 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
Dgraph_checker.cpp777 [[maybe_unused]] auto cc = inst->CastToIf()->GetCc(); in VisitIf() local
807 [[maybe_unused]] auto cc = inst->CastToIfImm()->GetCc(); in VisitIfImm() local
Dinst.h1575 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()
Dir_constructor.h314 IrConstructor &CC(ConditionCode cc) in CC()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp219 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/
Dcall_signature.h269 void SetCallConv(CallConv cc) in SetCallConv()
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp59 auto cc = ConditionCode::CC_EQ; variable
110 auto cc = if_inst.GetCc(); variable
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js2350 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/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument