/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_runtime/test/typeinfer/automatedcases/ |
D | substitutionTypeForIndexedAccessType2.ts | 26 type Str<T extends string> = T alias
|
/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 504 __ Str(callTarget, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in CallNativeWithArgv() local 608 __ Str(op, MemoryOperand(glue, JSThread::GlueData::GetLeaveFrameOffset(false))); in PushBuiltinFrame() local 1004 … __ Str(tempRegister, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in PushCallThis() local 1006 … __ Str(thisRegister, MemoryOperand(currentSlotRegister, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in PushCallThis() local 1015 … __ 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 713 __ Str(jsfunc, MemoryOperand(sp, FRAME_SLOT_SIZE)); in JSProxyCallInternalWithArgV() local 757 __ Str(fp, MemoryOperand(glue, JSThread::GlueData::GetLeaveFrameOffset(false))); in CallRuntimeWithArgv() local 777 __ Str(thisObj, MemoryOperand(currentSp, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in PushMandatoryJSArgs() local 778 __ Str(newTarget, MemoryOperand(currentSp, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in PushMandatoryJSArgs() local 779 __ Str(jsfunc, MemoryOperand(currentSp, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in PushMandatoryJSArgs() local 831 __ Str(prevFp, MemoryOperand(glue, JSThread::GlueData::GetLeaveFrameOffset(false))); in PopJSFunctionEntryFrame() local 984 __ Str(actualNumArgs, MemoryOperand(currentSp, -FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in GenJSCallWithArgV() local [all …]
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
D | assembler_aarch64_test.cpp | 198 __ Str(Register(X1), MemoryOperand(Register(SP), 8, POSTINDEX)); in HWTEST_F_L0() local 199 __ Str(Register(X1), MemoryOperand(Register(SP), -8, POSTINDEX)); in HWTEST_F_L0() local 303 __ 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/ets_runtime/ecmascript/compiler/ |
D | gate_meta_data.cpp | 109 std::string GateMetaData::Str(OpCode opcode) in Str() function in panda::ecmascript::kungfu::GateMetaData
|
D | gate_meta_data.h | 572 std::string Str() const in Str() function
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
D | assembler_aarch64.cpp | 319 void AssemblerAarch64::Str(const Register &rt, const MemoryOperand &operand) in Str() function in panda::ecmascript::aarch64::AssemblerAarch64
|