| /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() 168 ObjectOperator op(GetThread(), receiver, key); in LoadMiss() local 215 ObjectOperator op(GetThread(), receiver, key); in StoreMiss() local
|
| D | ic_handler.h | 98 …tatic inline JSHandle<JSTaggedValue> LoadProperty(const JSThread *thread, const ObjectOperator &op) in LoadProperty() 142 …atic inline JSHandle<JSTaggedValue> StoreProperty(const JSThread *thread, const ObjectOperator &op) in StoreProperty() 196 …ic inline JSHandle<JSTaggedValue> StoreTransition(const JSThread *thread, const ObjectOperator &op) in StoreTransition() 225 …atic inline JSHandle<JSTaggedValue> LoadPrototype(const JSThread *thread, const ObjectOperator &op, in LoadPrototype() 239 …tic inline JSHandle<JSTaggedValue> StorePrototype(const JSThread *thread, const ObjectOperator &op, in StorePrototype() 272 …ic inline JSHandle<JSTaggedValue> StoreTransition(const JSThread *thread, const ObjectOperator &op, in StoreTransition() 306 static inline JSHandle<JSTaggedValue> StoreAOT(const JSThread *thread, const ObjectOperator &op, in StoreAOT()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | check_elimination.cpp | 41 auto op = acc_.GetOpCode(gate); in IsPrimitiveTypeCheck() local 139 auto op = OpCode(acc_.GetOpCode(gate)); in RemovePassedCheck() local 150 auto op = OpCode(acc_.GetOpCode(gate)); in RemovePassedCheck() local 167 auto op = acc_.GetOpCode(gate); in RemovePassedCheck() local
|
| D | early_elimination.cpp | 371 auto op = acc_.GetTypedLoadOp(gate); in GetElementInfo() local 400 auto op = accessor.GetTypedUnOp(); in GetInt32OverflowCheckInfo() local 450 auto op = acc_.GetOpCode(gate); in IsPrimitiveTypeCheck() local 507 auto op = acc_.GetOpCode(gate); in TryEliminate() local
|
| D | ts_inline_lowering.cpp | 31 auto op = acc_.GetOpCode(gate); in RunTSInlineLowering() local 293 const OpCode op = acc_.GetOpCode(*useIt); in ReplaceHirAndDeleteState() local
|
| D | ts_type_lowering.cpp | 28 auto op = acc_.GetOpCode(gate); in RunTSTypeLowering() local 54 auto op = acc_.GetOpCode(gate); in VerifyGuard() local 73 auto op = acc_.GetOpCode(gate); in IsTrustedType() local 312 const OpCode op = acc_.GetOpCode(*useIt); in ReplaceHIRGate() local
|
| /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()
|
| D | helpers.cpp | 280 void Checker::ThrowBinaryLikeError(lexer::TokenType op, Type *leftType, Type *rightType, lexer::Sou… in ThrowBinaryLikeError()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object.cpp | 224 ObjectOperator op(thread, receiver, lengthKey, OperatorType::OWN); in IsArrayLengthWritable() local 477 ObjectOperator op(thread, key); in GlobalSetProperty() local 516 ObjectOperator op(thread, obj, receiver, key); in SetProperty() local 526 ObjectOperator op(thread, obj, key); in SetProperty() local 537 ObjectOperator op(thread, obj, key); in SetProperty() local 546 ObjectOperator op(thread, obj, index); in SetProperty() local 550 bool JSObject::SetProperty(ObjectOperator *op, const JSHandle<JSTaggedValue> &value, bool mayThrow) in SetProperty() 715 ObjectOperator op(thread, obj, receiver, key); in GetProperty() local 725 ObjectOperator op(thread, obj, key); in GetProperty() local 735 ObjectOperator op(thread, obj, key); in GetProperty() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_atomics.cpp | 274 const callbackfun &op) in AtomicReadModifyWrite() 305 … EcmaRuntimeCallInfo *argv, const callbackfun &op) in AtomicReadModifyWriteCase() 336 EcmaRuntimeCallInfo *argv, const callbackfun &op) in HandleWithUint8() 356 EcmaRuntimeCallInfo *argv, const callbackfun &op) in HandleWithInt8() 376 EcmaRuntimeCallInfo *argv, const callbackfun &op) in HandleWithUint16() 396 EcmaRuntimeCallInfo *argv, const callbackfun &op) in HandleWithInt16() 416 EcmaRuntimeCallInfo *argv, const callbackfun &op) in HandleWithUint32() 436 EcmaRuntimeCallInfo *argv, const callbackfun &op) in HandleWithInt32() 456 EcmaRuntimeCallInfo *argv, const callbackfun &op) in HandleWithBigInt64() 479 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 123 uint32_t op = 0; in Stp() local 155 uint32_t op = 0; in Ldp() local 198 uint32_t op = 0; in Stp() local 268 uint32_t op = GetOpcodeOfLdr(operand, scale); in Ldr() local 310 uint32_t op = 0; in Str() local 346 uint32_t op = LDUR_Offset; in Ldur() local 358 uint32_t op = STUR_Offset; in Stur() local 659 void AssemblerAarch64::MovWide(uint32_t op, const Register &rd, uint64_t imm, int shift) in MovWide() 701 void AssemblerAarch64::BitWiseOpImm(BitwiseOpCode op, const Register &rd, const Register &rn, uint6… in BitWiseOpImm() [all …]
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsAsExpression.cpp | 58 lexer::TokenType op = unaryExpr->OperatorType(); in IsValidConstAssertionArgument() 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/compiler/optimizer/ir/ |
| D | graph_checker.h | 295 [[maybe_unused]] auto op = inst->GetInput(0).GetInst(); in CheckUnaryOperationTypes() local
|
| D | graph_checker.cpp | 1574 [[maybe_unused]] auto op = inst->GetInputs()[0].GetInst(); in CheckDataFlow() local 1587 [[maybe_unused]] auto op = inst->GetInputs()[0].GetInst(); in CheckDataFlow() local 1624 [[maybe_unused]] auto op = inst->GetInputs()[i].GetInst(); in CheckDataFlow() local 1643 [[maybe_unused]] auto op = inst->GetInputs()[i].GetInst(); in CheckDataFlow() local 1654 [[maybe_unused]] auto op = inst->GetInputs()[0].GetInst(); in CheckDataFlow() local 1663 [[maybe_unused]] auto op = inst->GetInputs()[0].GetInst(); in CheckDataFlow() local 1672 [[maybe_unused]] auto op = inst->GetInput(0).GetInst(); in CheckDataFlow() local 1685 [[maybe_unused]] auto op = inst->GetInputs()[0].GetInst(); in CheckDataFlow() local 1707 [[maybe_unused]] auto op = inst->GetInputs()[0].GetInst(); in CheckDataFlow() local 1719 [[maybe_unused]] auto op = inst->GetInputs()[0].GetInst(); in CheckDataFlow() local
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | macros.h | 146 #define ASSERT_OP(lhs, op, rhs) do { \ argument 207 #define ASSERT_OP(lhs, op, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | common_call.cpp | 91 Register op = op1; in PushArgsWithArgvAndCheckStack() local
|
| /arkcompiler/runtime_core/verification/util/ |
| D | bit_vector.h | 548 static size_t power_of_op_then_fold(Op op, Binop binop, const Args &... args) in power_of_op_then_fold() 641 static auto lazy_op_then_fold_then_indices_of(Op op, BinOp binop, const Args &... args) in lazy_op_then_fold_then_indices_of()
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | bytecode_optimizer_isapi.rb | 31 def data_kind_helper(op) argument
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | inst_generator_test.cpp | 41 for (auto op : inst_generator_.GetMap()) { in Generate() local 939 for (auto op : inst_gen.GetMap()) { in TEST_F() local
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
| D | fmutex.h | 77 inline int futex(volatile int *uaddr, int op, int val, const struct timespec *timeout, volatile int… in futex()
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | parser_test.cpp | 1016 std::string op = "lda.str 123"; in TEST() local 1037 std::string op = "lda.str a\"bcd"; in TEST() local 1080 std::string op = "lda.str \"123\\z\""; in TEST() local 1101 std::string op = "lda.str \" \\\" \\' \\\\ \\a \\b \\f \\n \\r \\t \\v \""; in TEST() local 1126 std::string op = "lda.str \"123\\x\""; in TEST() local 1147 std::string op = "lda.str \"123\\xZZ\""; in TEST() local 1168 std::string op = "lda.str \"123\\xAZ\""; in TEST() local 1189 std::string op = "lda.str \"123\\xZA\""; in TEST() local 1210 std::string op = "lda.str \"123\\xaa\\x65\""; in TEST() local 1232 std::string op = "lda.str \"123\\1\\02\\00123\""; in TEST() local
|