/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | mcr_gate_meta_data.cpp | 85 std::string GateMetaData::Str(TypedBinOp op) in Str() function in panda::ecmascript::kungfu::GateMetaData 98 std::string GateMetaData::Str(TypedUnOp op) in Str() function in panda::ecmascript::kungfu::GateMetaData 111 std::string GateMetaData::Str(TypedJumpOp op) in Str() function in panda::ecmascript::kungfu::GateMetaData 124 std::string GateMetaData::Str(TypedLoadOp op) in Str() function in panda::ecmascript::kungfu::GateMetaData 137 std::string GateMetaData::Str(TypedStoreOp op) in Str() function in panda::ecmascript::kungfu::GateMetaData 150 std::string GateMetaData::Str(TypedCallTargetCheckOp op) in Str() function in panda::ecmascript::kungfu::GateMetaData 163 std::string GateMetaData::Str(ValueType type) in Str() function in panda::ecmascript::kungfu::GateMetaData
|
D | hcr_gate_meta_data.h | 125 std::string Str() const in Str() function
|
D | share_gate_meta_data.cpp | 22 std::string GateMetaData::Str(OpCode opcode) in Str() function in panda::ecmascript::kungfu::GateMetaData
|
D | mcr_gate_meta_data.h | 276 std::string Str() const in Str() function
|
D | share_gate_meta_data.h | 260 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 | taggedLiteral.h | 45 const util::StringView &Str() const in Str() function
|
D | numberLiteral.h | 47 const util::StringView &Str() const in Str() function
|
/arkcompiler/ets_frontend/ets2panda/ir/ |
D | srcDump.h | 39 std::string Str() const in Str() function
|
D | astDump.h | 200 std::string 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]] const util::StringView &Str() const noexcept 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_runtime/ecmascript/compiler/codegen/maple/maple_driver/src/ |
D | triple.cpp | 114 std::string Triple::Str() const in Str() function in maple::Triple
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
D | common_call.cpp | 83 __ Str(Register(FP), MemoryOperand(glue, JSThread::GlueData::GetLeaveFrameOffset(false))); in PushLeaveFrame() local 112 __ Str(op, MemoryOperand(currentSlot, -FRAME_SLOT_SIZE, PREINDEX)); // -8: 8 bytes in PushArgsWithArgv() local 130 __ Str(temp, MemoryOperand(currentSlot, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in PushUndefinedWithArgc() local
|
D | asm_interpreter_call.cpp | 215 __ Str(arg2, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in JSCallCommonFastPath() local 219 __ Str(arg1, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in JSCallCommonFastPath() local 223 __ Str(arg0, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in JSCallCommonFastPath() local 305 … __ Str(arg1, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in JSCallCommonSlowPath() local 310 … __ Str(arg0, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in JSCallCommonSlowPath() local 526 __ Str(callTarget, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in CallNativeWithArgv() local 630 __ Str(op, MemoryOperand(glue, JSThread::GlueData::GetLeaveFrameOffset(false))); in PushBuiltinFrame() local 1075 … __ Str(tempRegister, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in PushCallThis() local 1077 … __ Str(thisRegister, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in PushCallThis() local 1086 … __ Str(newTarget, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in PushCallThis() local [all …]
|
D | optimized_call.cpp | 77 __ Str(fp, MemoryOperand(glue, JSThread::GlueData::GetLeaveFrameOffset(false))); in CallRuntime() local 256 __ Str(actualNumArgs, MemoryOperand(sp, 0)); in OptimizedCallAndPushUndefined() local 325 __ Str(temp, MemoryOperand(glue, JSThread::GlueData::GetLeaveFrameOffset(false))); in CallBuiltinTrampoline() local 722 __ Str(jsfunc, MemoryOperand(sp, FRAME_SLOT_SIZE)); in JSProxyCallInternalWithArgV() local 766 __ Str(fp, MemoryOperand(glue, JSThread::GlueData::GetLeaveFrameOffset(false))); in CallRuntimeWithArgv() local 786 __ Str(thisObj, MemoryOperand(currentSp, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in PushMandatoryJSArgs() local 787 __ Str(newTarget, MemoryOperand(currentSp, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in PushMandatoryJSArgs() local 788 __ Str(jsfunc, MemoryOperand(currentSp, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in PushMandatoryJSArgs() local 840 __ Str(prevFp, MemoryOperand(glue, JSThread::GlueData::GetLeaveFrameOffset(false))); in PopJSFunctionEntryFrame() local 993 __ Str(actualNumArgs, MemoryOperand(currentSp, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in GenJSCallWithArgV() local [all …]
|
/arkcompiler/ets_frontend/ets2panda/linter/test/ |
D | conditional_types.ts | 52 type Str = Flatten<string[]>; // type Str = string alias
|
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/ |
D | conditional_types.ts | 52 type Str = Flatten<string[]>; // type Str = string alias
|
/arkcompiler/toolchain/tooling/client/utils/ |
D | utils.cpp | 123 std::string Str = str; in IsNumber() local
|
/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/ets2panda/lexer/token/ |
D | number.h | 138 const util::StringView &Str() const in Str() function
|
/arkcompiler/ets_frontend/es2panda/ir/ |
D | astDump.h | 159 std::string Str() const in Str() function
|