/arkcompiler/ets_frontend/ts2panda/ts2abc/tests/sources/ |
D | add.json | 10 "op": "mov.dyn", string 21 "op": "mov.dyn", string 32 "op": "mov.dyn", string 43 "op": "mov.dyn", string 54 "op": "mov.dyn", string 65 "op": "ecma.ldlexenvdyn", string 72 "op": "sta.dyn", string 82 "op": "lda.dyn", string 92 "op": "sta.dyn", string 102 "op": "lda.dyn", string [all …]
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
D | ic_runtime.cpp | 34 void ICRuntime::UpdateLoadHandler(const ObjectOperator &op, JSHandle<JSTaggedValue> key, in UpdateLoadHandler() 82 void ICRuntime::UpdateStoreHandler(const ObjectOperator &op, JSHandle<JSTaggedValue> key, in UpdateStoreHandler() 170 ObjectOperator op(GetThread(), receiver, key); in LoadMiss() local 219 ObjectOperator op(GetThread(), receiver, key); in StoreMiss() local
|
D | ic_handler.h | 100 …tatic inline JSHandle<JSTaggedValue> LoadProperty(const JSThread *thread, const ObjectOperator &op) in LoadProperty() 151 …atic inline JSHandle<JSTaggedValue> StoreProperty(const JSThread *thread, const ObjectOperator &op) in StoreProperty() 211 …ic inline JSHandle<JSTaggedValue> StoreTransition(const JSThread *thread, const ObjectOperator &op) in StoreTransition() 240 …atic inline JSHandle<JSTaggedValue> LoadPrototype(const JSThread *thread, const ObjectOperator &op, in LoadPrototype() 254 …tic inline JSHandle<JSTaggedValue> StorePrototype(const JSThread *thread, const ObjectOperator &op, in StorePrototype() 287 …ic inline JSHandle<JSTaggedValue> StoreTransition(const JSThread *thread, const ObjectOperator &op, in StoreTransition() 321 static inline JSHandle<JSTaggedValue> StoreAOT(const JSThread *thread, const ObjectOperator &op, in StoreAOT()
|
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
D | binaryLikeExpression.cpp | 24 … const ir::Expression *rightExpr, const ir::AstNode *expr, lexer::TokenType op) in CheckBinaryOperator() 95 … const ir::Expression *rightExpr, const ir::AstNode *expr, lexer::TokenType op) in CheckPlusOperator() 127 … const ir::Expression *rightExpr, const ir::AstNode *expr, lexer::TokenType op) in CheckCompareOperator() 213 void Checker::CheckAssignmentOperator(lexer::TokenType op, const ir::Expression *leftExpr, Type *le… in CheckAssignmentOperator()
|
D | util.cpp | 71 bool Checker::IsAssignmentOperator(lexer::TokenType op) in IsAssignmentOperator()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | range_analysis.cpp | 48 auto op = acc_.GetOpCode(gate); in VisitGate() local 107 auto op = acc_.GetTypedUnAccessor(gate).GetTypedUnOp(); in VisitTypedUnaryOp() local 133 auto op = acc_.GetTypedBinaryOp(gate); in VisitTypedBinaryOp() local 248 auto op = acc_.GetTypedBinaryOp(gate); in GetRangeOfCompare() local 299 auto op = acc_.GetOpCode(gate); in PrintRangeInfo() local
|
D | loop_analysis.cpp | 102 auto op = acc_.GetOpCode(gate); in UpdateLoopInfo() local 182 auto op = acc_.GetOpCode(gate); in LoopExitElimination() local
|
D | gate_accessor.cpp | 328 OpCode op = GetOpCode(gate); in GetNoGCFlag() local 352 OpCode op = GetOpCode(gate); in TryGetPcOffset() local 377 OpCode op = GetOpCode(gate); in TryGetPGOType() local 387 OpCode op = GetOpCode(gate); in TrySetPGOType() local 396 OpCode op = GetOpCode(gate); in TryGetElementsKind() local 406 OpCode op = GetOpCode(gate); in TrySetElementsKind() local 586 auto op = GetOpCode(g); in IsSelector() local 604 auto op = GetOpCode(g); in IsSimpleState() local 799 const OpCode op = GetOpCode(*it); in ReplaceHirWithIfBranch() local 812 const OpCode op = GetOpCode(*it); in ReplaceHirWithIfBranch() local [all …]
|
D | state_split_linearizer.cpp | 114 auto op = acc_.GetOpCode(curGate); in VisitFixedGate() local 172 auto op = acc_.GetOpCode(gate); in VisitGate() local
|
D | number_speculative_lowering.cpp | 35 auto op = acc_.GetOpCode(gate); in Run() local 53 OpCode op = acc_.GetOpCode(gate); in VisitGate() local 515 auto op = acc_.GetTypedLoadOp(gate); in VisitLoadElement() local
|
D | number_speculative_retype.cpp | 78 OpCode op = acc_.GetOpCode(gate); in VisitGate() local 293 TypedBinOp op = acc_.GetTypedBinaryOp(gate); in VisitNumberBinaryOp() local 926 auto op = acc_.GetTypedLoadOp(gate); in VisitLoadElement() local 969 auto op = acc_.GetTypedStoreOp(gate); in VisitStoreElement() local
|
D | ts_hcr_lowering.cpp | 30 auto op = acc_.GetOpCode(gate); in RunTSHCRLowering() local 91 auto op = acc_.GetOpCode(gate); in IsTrustedType() local 1158 auto op = acc_.GetOpCode(func); in CheckCallTargetAndLowerCall() local 1282 auto op = acc_.GetOpCode(func); in IsLoadVtable() local 1295 auto op = acc_.GetOpCode(func); in CanOptimizeAsFastCall() local 1501 void TSHCRLowering::AddBytecodeCount(EcmaOpcode op) in AddBytecodeCount() 1511 void TSHCRLowering::DeleteBytecodeCount(EcmaOpcode op) in DeleteBytecodeCount()
|
D | early_elimination.cpp | 233 auto op = acc_.GetOpCode(gate); in UpdateWrite() local 384 auto op = acc_.GetOpCode(gate); in Rename() local
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
D | dropframe_manager.cpp | 25 bool DropframeManager::IsNewlexenvOpcode(BytecodeInstruction::Opcode op) in IsNewlexenvOpcode() 39 bool DropframeManager::IsStlexvarOpcode(BytecodeInstruction::Opcode op) in IsStlexvarOpcode() 52 …, uint16_t> DropframeManager::ReadStlexvarParams(const uint8_t *pc, BytecodeInstruction::Opcode op) in ReadStlexvarParams() 85 BytecodeInstruction::Opcode op = bcIns.GetOpcode(); in MethodEntry() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_object.cpp | 232 ObjectOperator op(thread, receiver, lengthKey, OperatorType::OWN); in IsArrayLengthWritable() local 493 ObjectOperator op(thread, objValue, i, OperatorType::OWN); in GetAllElementKeysByFilter() local 604 ObjectOperator op(thread, key); in GlobalSetProperty() local 643 ObjectOperator op(thread, obj, receiver, key); in SetProperty() local 653 ObjectOperator op(thread, obj, key); in SetProperty() local 664 ObjectOperator op(thread, obj, key); in SetProperty() local 673 ObjectOperator op(thread, obj, index); in SetProperty() local 677 bool JSObject::SetProperty(ObjectOperator *op, const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty() 855 ObjectOperator op(thread, obj, receiver, key); in GetProperty() local 865 ObjectOperator op(thread, obj, key); in GetProperty() local [all …]
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_atomics.cpp | 277 const callbackfun &op) in AtomicReadModifyWrite() 309 … EcmaRuntimeCallInfo *argv, const callbackfun &op) in AtomicReadModifyWriteCase() 342 EcmaRuntimeCallInfo *argv, const callbackfun &op) in HandleWithUint8() 363 EcmaRuntimeCallInfo *argv, const callbackfun &op) in HandleWithInt8() 384 EcmaRuntimeCallInfo *argv, const callbackfun &op) in HandleWithUint16() 405 EcmaRuntimeCallInfo *argv, const callbackfun &op) in HandleWithInt16() 426 EcmaRuntimeCallInfo *argv, const callbackfun &op) in HandleWithUint32() 447 EcmaRuntimeCallInfo *argv, const callbackfun &op) in HandleWithInt32() 468 EcmaRuntimeCallInfo *argv, const callbackfun &op) in HandleWithBigInt64() 494 EcmaRuntimeCallInfo *argv, const callbackfun &op) in HandleWithBigUint64()
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
D | extend_assembler.cpp | 108 void ExtendedAssembler::PushArgc(int32_t argc, Register op, Register fp) in PushArgc() 114 void ExtendedAssembler::PushArgc(Register argc, Register op, Register fp) in PushArgc()
|
D | assembler_aarch64.cpp | 91 uint32_t op = 0; in Ldp() local 125 uint32_t op = 0; in Stp() local 159 uint32_t op = 0; in Ldp() local 205 uint32_t op = 0; in Stp() local 279 uint32_t op = GetOpcodeOfLdr(operand, scale); in Ldr() local 321 uint32_t op = 0; in Str() local 359 uint32_t op = LDUR_Offset; in Ldur() local 371 uint32_t op = STUR_Offset; in Stur() local 672 void AssemblerAarch64::MovWide(uint32_t op, const Register &rd, uint64_t imm, int shift) in MovWide() 714 void AssemblerAarch64::BitWiseOpImm(BitwiseOpCode op, const Register &rd, const Register &rn, uint6… in BitWiseOpImm() [all …]
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/ |
D | LogParser.js | 295 op: "B" + ret[1], property 363 op: "B" + ret[1], property
|
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
D | tsAsExpression.cpp | 58 lexer::TokenType op = unaryExpr->OperatorType(); in IsValidConstAssertionArgument() local
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | neverAsDiscriminantTypestricttrue.ts | 50 op: O property
|
D | neverAsDiscriminantTypestrictfalse.ts | 50 op: O property
|
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | initialization_analysis.cpp | 30 auto op = acc_.GetOpCode(gate); in Run() local 129 auto op = acc_.GetOpCode(gate); in IsThisFromSuperCall() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
D | common_call.cpp | 99 Register argv, Register op, Register currentSlot, Label *next, Label *stackOverflow) in PushArgsWithArgv() 136 Register numArgs, Register op, Label *stackOverflow) in StackOverflowCheck()
|
/arkcompiler/runtime_core/assembler/tests/ |
D | assembler_parser_test.cpp | 1151 std::string op = "lda.str \"123\\z\""; variable 1171 std::string op = "lda.str \" \\\" \\' \\\\ \\a \\b \\f \\n \\r \\t \\v \""; variable 1199 std::string op = "lda.str 123"; variable 1219 std::string op = "lda.str a\"bcd"; variable 1269 std::string op = "lda.str \"123\\x\""; variable 1291 std::string op = "lda.str \"123\\xaa\\x65\""; variable
|