Home
last modified time | relevance | path

Searched defs:op (Results 1 – 25 of 62) sorted by relevance

123

/arkcompiler/ets_frontend/ts2panda/ts2abc/tests/sources/
Dadd.json10 "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/
Dic_runtime.cpp34 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
Dic_handler.h100 …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/
DbinaryLikeExpression.cpp24 … 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()
Dutil.cpp71 bool Checker::IsAssignmentOperator(lexer::TokenType op) in IsAssignmentOperator()
/arkcompiler/ets_runtime/ecmascript/compiler/
Drange_analysis.cpp48 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
Dloop_analysis.cpp102 auto op = acc_.GetOpCode(gate); in UpdateLoopInfo() local
182 auto op = acc_.GetOpCode(gate); in LoopExitElimination() local
Dgate_accessor.cpp328 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 …]
Dstate_split_linearizer.cpp114 auto op = acc_.GetOpCode(curGate); in VisitFixedGate() local
172 auto op = acc_.GetOpCode(gate); in VisitGate() local
Dnumber_speculative_lowering.cpp35 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
Dnumber_speculative_retype.cpp78 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
Dts_hcr_lowering.cpp30 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()
Dearly_elimination.cpp233 auto op = acc_.GetOpCode(gate); in UpdateWrite() local
384 auto op = acc_.GetOpCode(gate); in Rename() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddropframe_manager.cpp25 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/
Djs_object.cpp232 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/
Dbuiltins_atomics.cpp277 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/
Dextend_assembler.cpp108 void ExtendedAssembler::PushArgc(int32_t argc, Register op, Register fp) in PushArgc()
114 void ExtendedAssembler::PushArgc(Register argc, Register op, Register fp) in PushArgc()
Dassembler_aarch64.cpp91 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/
DLogParser.js295 op: "B" + ret[1], property
363 op: "B" + ret[1], property
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsAsExpression.cpp58 lexer::TokenType op = unaryExpr->OperatorType(); in IsValidConstAssertionArgument() local
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DneverAsDiscriminantTypestricttrue.ts50 op: O property
DneverAsDiscriminantTypestrictfalse.ts50 op: O property
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dinitialization_analysis.cpp30 auto op = acc_.GetOpCode(gate); in Run() local
129 auto op = acc_.GetOpCode(gate); in IsThisFromSuperCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dcommon_call.cpp99 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/
Dassembler_parser_test.cpp1151 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

123