Home
last modified time | relevance | path

Searched defs:Str (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_gate_meta_data.cpp42 std::string GateMetaData::Str(TypedBinOp op) in Str() function in panda::ecmascript::kungfu::GateMetaData
55 std::string GateMetaData::Str(TypedUnOp op) in Str() function in panda::ecmascript::kungfu::GateMetaData
68 std::string GateMetaData::Str(TypedJumpOp op) in Str() function in panda::ecmascript::kungfu::GateMetaData
81 std::string GateMetaData::Str(TypedLoadOp op) in Str() function in panda::ecmascript::kungfu::GateMetaData
94 std::string GateMetaData::Str(TypedStoreOp op) in Str() function in panda::ecmascript::kungfu::GateMetaData
107 std::string GateMetaData::Str(TypedCallTargetCheckOp op) in Str() function in panda::ecmascript::kungfu::GateMetaData
120 std::string GateMetaData::Str(ValueType type) in Str() function in panda::ecmascript::kungfu::GateMetaData
Dhcr_gate_meta_data.h144 std::string Str() const in Str() function
Dshare_gate_meta_data.cpp22 std::string GateMetaData::Str(OpCode opcode) in Str() function in panda::ecmascript::kungfu::GateMetaData
Dshare_gate_meta_data.h194 std::string Str() const in Str() function
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DbigIntLiteral.h37 const util::StringView &Str() const in Str() function
42 util::StringView Str() in Str() function
DstringLiteral.h37 const util::StringView &Str() const in Str() function
DnumberLiteral.h47 const util::StringView &Str() const in Str() function
DtaggedLiteral.h45 const util::StringView &Str() const in Str() function
/arkcompiler/ets_frontend/ets2panda/ir/
DsrcDump.h39 std::string Str() const in Str() function
DastDump.h200 std::string Str() const in Str() function
/arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/
DbigIntLiteral.h33 const util::StringView &Str() const noexcept in Str() function
DstringLiteral.h34 [[nodiscard]] const util::StringView &Str() const noexcept in Str() function
DnumberLiteral.h35 [[nodiscard]] const util::StringView &Str() const noexcept in Str() function
/arkcompiler/ets_frontend/ets2panda/lexer/
DkeywordString.h40 std::string_view Str() const in Str() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_driver/src/
Dtriple.cpp117 std::string Triple::Str() const in Str() function in maple::Triple
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp76 __ Str(fp, MemoryOperand(glue, JSThread::GlueData::GetLeaveFrameOffset(false))); in CallRuntime() local
262 __ Str(currentSp, MemoryOperand(sp, FRAME_SLOT_SIZE)); in OptimizedCallAndPushArgv() local
263 __ Str(actualNumArgs, MemoryOperand(sp, 0)); // argv, argc in OptimizedCallAndPushArgv() local
333 __ Str(temp, MemoryOperand(glue, JSThread::GlueData::GetLeaveFrameOffset(false))); // rbp in CallBuiltinTrampoline() local
547 __ Str(Register(X7), MemoryOperand(sp, 0)); // reset arg2's position in JSCallInternal() local
555 __ Str(Register(X7), MemoryOperand(sp, 0)); // reset arg2's position in JSCallInternal() local
562 __ Str(Register(X7), MemoryOperand(sp, 0)); // reset arg2's position in JSCallInternal() local
981 __ Str(Register(X19), MemoryOperand(fp, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in JSBoundFunctionCallInternal() local
1033 __ Str(jsfunc, MemoryOperand(sp, DOUBLE_SLOT_SIZE)); in JSProxyCallInternalWithArgV() local
1077 __ Str(fp, MemoryOperand(glue, JSThread::GlueData::GetLeaveFrameOffset(false))); in CallRuntimeWithArgv() local
[all …]
Dcommon_call.cpp82 __ Str(Register(FP), MemoryOperand(glue, JSThread::GlueData::GetLeaveFrameOffset(false))); in PushLeaveFrame() local
111 __ Str(op, MemoryOperand(currentSlot, -FRAME_SLOT_SIZE, PREINDEX)); // -8: 8 bytes in PushArgsWithArgv() local
173 __ Str(temp, MemoryOperand(currentSlot, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in PushUndefinedWithArgc() local
Dasm_interpreter_call.cpp218 __ Str(arg2, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in JSCallCommonFastPath() local
222 __ Str(arg1, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in JSCallCommonFastPath() local
226 __ Str(arg0, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in JSCallCommonFastPath() local
308 … __ Str(arg1, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in JSCallCommonSlowPath() local
313 … __ Str(arg0, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in JSCallCommonSlowPath() local
531 __ Str(callTarget, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in CallNativeWithArgv() local
653 __ Str(op, MemoryOperand(glue, JSThread::GlueData::GetLeaveFrameOffset(false))); in PushBuiltinFrame() local
1181 __ Str(X18, MemoryOperand(SP, FRAME_SLOT_SIZE)); in PreserveMostCall() local
1440 … __ Str(tempRegister, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in PushCallThis() local
1442 … __ Str(thisRegister, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in PushCallThis() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_aarch64_test.cpp191 __ Str(Register(X1), MemoryOperand(Register(SP), 8, POSTINDEX)); in HWTEST_F_L0() local
192 __ Str(Register(X1), MemoryOperand(Register(SP), -8, POSTINDEX)); in HWTEST_F_L0() local
296 __ Str(temp, MemoryOperand(Register(SP), -8, PREINDEX)); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/ir/
DastDump.h159 std::string Str() const in Str() function
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp320 void AssemblerAarch64::Str(const Register &rt, const MemoryOperand &operand) in Str() function in panda::ecmascript::aarch64::AssemblerAarch64