| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | mcr_gate_meta_data.cpp | 41 std::string GateMetaData::Str(TypedBinOp op) in Str() function in panda::ecmascript::kungfu::GateMetaData 54 std::string GateMetaData::Str(TypedUnOp op) in Str() function in panda::ecmascript::kungfu::GateMetaData 67 std::string GateMetaData::Str(TypedJumpOp op) in Str() function in panda::ecmascript::kungfu::GateMetaData 80 std::string GateMetaData::Str(TypedLoadOp op) in Str() function in panda::ecmascript::kungfu::GateMetaData 93 std::string GateMetaData::Str(TypedStoreOp op) in Str() function in panda::ecmascript::kungfu::GateMetaData 106 std::string GateMetaData::Str(TypedCallTargetCheckOp op) in Str() function in panda::ecmascript::kungfu::GateMetaData 119 std::string GateMetaData::Str(ValueType type) in Str() function in panda::ecmascript::kungfu::GateMetaData
|
| D | hcr_gate_meta_data.h | 161 std::string Str() const in Str() function
|
| D | share_gate_meta_data.cpp | 21 std::string GateMetaData::Str(OpCode opcode) in Str() function in panda::ecmascript::kungfu::GateMetaData
|
| D | share_gate_meta_data.h | 205 std::string Str() const in Str() function
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ |
| D | bigIntLiteral.h | 37 const util::StringView &Str() const in Str() function 42 util::StringView Str() in Str() function
|
| D | stringLiteral.h | 37 const util::StringView &Str() const in Str() function
|
| D | numberLiteral.h | 47 const util::StringView &Str() const in Str() function
|
| D | taggedLiteral.h | 45 const util::StringView &Str() const in Str() function
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/ |
| D | bigIntLiteral.h | 33 const util::StringView &Str() const noexcept in Str() function
|
| D | stringLiteral.h | 34 [[nodiscard]] util::StringView Str() const in Str() function
|
| D | numberLiteral.h | 35 [[nodiscard]] const util::StringView &Str() const noexcept in Str() function
|
| /arkcompiler/ets_frontend/ets2panda/lexer/ |
| D | keywordString.h | 40 std::string_view Str() const in Str() function
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | srcDump.h | 53 std::string Str() const in Str() function
|
| D | astDump.h | 200 std::string Str() const in Str() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_call.cpp | 67 __ Str(fp, MemoryOperand(glue, JSThread::GlueData::GetLeaveFrameOffset(false))); in CallRuntime() local 253 __ Str(currentSp, MemoryOperand(sp, FRAME_SLOT_SIZE)); in OptimizedCallAndPushArgv() local 254 __ Str(actualNumArgs, MemoryOperand(sp, 0)); // argv, argc in OptimizedCallAndPushArgv() local 324 __ Str(temp, MemoryOperand(glue, JSThread::GlueData::GetLeaveFrameOffset(false))); // rbp in CallBuiltinTrampoline() local 539 __ Str(Register(X7), MemoryOperand(sp, 0)); // reset arg2's position in JSCallInternal() local 547 __ Str(Register(X7), MemoryOperand(sp, 0)); // reset arg2's position in JSCallInternal() local 554 __ Str(Register(X7), MemoryOperand(sp, 0)); // reset arg2's position in JSCallInternal() local 977 __ Str(Register(X19), MemoryOperand(fp, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in JSBoundFunctionCallInternal() local 1030 __ Str(jsfunc, MemoryOperand(sp, DOUBLE_SLOT_SIZE)); in JSProxyCallInternalWithArgV() local 1074 __ Str(fp, MemoryOperand(glue, JSThread::GlueData::GetLeaveFrameOffset(false))); in CallRuntimeWithArgv() local [all …]
|
| D | common_call.cpp | 72 __ Str(Register(FP), MemoryOperand(glue, JSThread::GlueData::GetLeaveFrameOffset(false))); in PushLeaveFrame() local 101 __ Str(op, MemoryOperand(currentSlot, -FRAME_SLOT_SIZE, PREINDEX)); // -8: 8 bytes in PushArgsWithArgv() local 163 __ Str(temp, MemoryOperand(currentSlot, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in PushUndefinedWithArgc() local
|
| D | asm_interpreter_call.cpp | 209 __ Str(arg2, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in JSCallCommonFastPath() local 213 __ Str(arg1, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in JSCallCommonFastPath() local 217 __ Str(arg0, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in JSCallCommonFastPath() local 306 … __ Str(arg1, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in JSCallCommonSlowPath() local 311 … __ Str(arg0, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in JSCallCommonSlowPath() local 529 __ Str(callTarget, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in CallNativeWithArgv() local 651 __ Str(op, MemoryOperand(glue, JSThread::GlueData::GetLeaveFrameOffset(false))); in PushBuiltinFrame() local 1183 __ Str(X18, MemoryOperand(SP, FRAME_SLOT_SIZE)); in PreserveMostCall() local 1410 __ Str(Register(X16, W), MemoryOperand(X15, 0)); in ASMFastSharedWriteBarrier() local 1544 … __ Str(tempRegister, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in PushCallThis() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
| D | assembler_aarch64_test.cpp | 191 __ 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/ |
| D | astDump.h | 159 std::string Str() const in Str() function
|
| /arkcompiler/jsvm/test/unittest/ |
| D | jsvm_utils.cpp | 83 JSVM_Value Str(const char* s) in Str() function 90 JSVM_Value Str(const std::string& stdString) in Str() function
|
| /arkcompiler/ets_runtime/common_components/base/ |
| D | c_string.cpp | 246 const char* CString::Str() const noexcept { return str_; } in Str() function in common::CString
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.cpp | 316 void AssemblerAarch64::Str(const Register &rt, const MemoryOperand &operand) in Str() function in panda::ecmascript::aarch64::AssemblerAarch64
|