| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | panda_runner.cpp | 24 auto fp = reinterpret_cast<uintptr_t>(ManagedThread::GetCurrent()->GetCurrentFrame()); in PandaRunnerHookAArch64() local 29 int PandaRunnerHook(uintptr_t lr, uintptr_t fp) in PandaRunnerHook()
|
| D | codegen_runner_test.cpp | 327 NO_OPTIMIZE int Callback([[maybe_unused]] uintptr_t lr, [[maybe_unused]] uintptr_t fp) in Callback()
|
| /arkcompiler/runtime_core/tests/fuzztest/openuncompressedarchive_fuzzer/ |
| D | openuncompressedarchive_fuzzer.cpp | 21 void CloseAndRemoveZipFile(panda::ZipArchiveHandle &handle, FILE *fp, const char *filename) in CloseAndRemoveZipFile() 45 FILE *fp = fopen(zip_filename, mode); in OpenUncompressedArchiveFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/openuncompressedarchive_fuzzer/ |
| D | openuncompressedarchive_fuzzer.cpp | 21 void CloseAndRemoveZipFile(ark::ZipArchiveHandle &handle, FILE *fp, const char *filename) in CloseAndRemoveZipFile() 46 FILE *fp = fopen(zip_filename, mode); in OpenUncompressedArchiveFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | extend_assembler.cpp | 109 void ExtendedAssembler::PushArgc(int32_t argc, Register op, Register fp) in PushArgc() 115 void ExtendedAssembler::PushArgc(Register argc, Register op, Register fp) in PushArgc() 121 void ExtendedAssembler::Align16(Register fp) in Align16()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/tests/ |
| D | js_stackinfo_test.cpp | 458 uintptr_t fp[10]; in HWTEST_F_L0() local 506 uintptr_t fp[30]; in HWTEST_F_L0() local 686 uintptr_t fp = reinterpret_cast<uintptr_t>(&frame[0]) + 8; // 0: type addr in HWTEST_F_L0() local 716 uintptr_t fp = reinterpret_cast<uintptr_t>(&frame[1]) + 8; // 1: type addr in HWTEST_F_L0() local 745 uintptr_t fp = reinterpret_cast<uintptr_t>(&frame[1]) + 8; // 1: type addr in HWTEST_F_L0() local 774 uintptr_t fp = reinterpret_cast<uintptr_t>(&frame[1]) + 8; // 1: type addr in HWTEST_F_L0() local 811 uintptr_t fp = reinterpret_cast<uintptr_t>(&frame2[2]) + 8; // 0: type addr in HWTEST_F_L0() local 849 uintptr_t fp = reinterpret_cast<uintptr_t>(&frame2[2]) + 8; // 0: type addr in HWTEST_F_L0() local 878 uintptr_t fp = reinterpret_cast<uintptr_t>(&frame[0]) + 8; // 0: type addr in HWTEST_F_L0() local 909 uintptr_t fp = reinterpret_cast<uintptr_t>(&frame[0]) + 8; // 0: type addr in HWTEST_F_L0() local [all …]
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | panda_runner.h | 146 uintptr_t fp; in Hook() local 154 uintptr_t fp; in Hook() local 168 uintptr_t fp; in Hook() local
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | unix_native_stack_test.cpp | 31 FILE* fp = fopen("./test_native_stack.txt", "a"); variable
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/open_fuzzer/ |
| D | open_fuzzer.cpp | 23 FILE *fp = fopen(filename, "w"); in OpenFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/load_fuzzer/ |
| D | load_fuzzer.cpp | 27 FILE *fp = fopen(name, "wb"); in LoadFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/open_fuzzer/ |
| D | open_fuzzer.cpp | 23 FILE *fp = fopen(filename, "w"); in OpenFuzzTest() local
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_test.cpp | 259 auto fp = fopen(file_name_zip_with_entry, "a"); variable 308 auto fp = fopen(ABC_FILE, "rb"); variable 360 auto fp = fopen(ABC_FILE, "w"); variable 384 auto fp = fopen(ARCHIVE_FILENAME, "w+"); variable 422 auto fp = fopen(ABC_FILE, "rb"); variable
|
| /arkcompiler/runtime_core/tests/fuzztest/readosfile_fuzzer/ |
| D | readosfile_fuzzer.cpp | 25 FILE *fp = fopen(filename, "w"); in ReadOsFileFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/resolvesymbol_fuzzer/ |
| D | resolvesymbol_fuzzer.cpp | 27 FILE *fp = fopen(name, "wb"); in ResolveSymbolFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/checkheader_fuzzer/ |
| D | checkheader_fuzzer.cpp | 24 FILE *fp = fopen(filename, "w+"); in CheckHeaderFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/checkheader_fuzzer/ |
| D | checkheader_fuzzer.cpp | 24 FILE *fp = fopen(filename, "w+"); in CheckHeaderFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | file_test.cpp | 251 auto fp = fopen(fileNameZipWithEntry, "ae"); in TEST() local 300 auto fp = fopen(ABC_FILE, "rbe"); in TEST() local 332 auto fp = fopen(ABC_FILE, "we"); in TEST() local 350 auto fp = fopen(ABC_FILE, "rbe"); in TEST() local 369 auto fp = fopen(ABC_FILE, "rb+e"); in TEST() local 407 auto fp = fopen(ARCHIVE_FILENAME, "w+e"); in TEST() local 427 auto fp = fopen(ABC_FILE, "rbe"); in TEST() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | callconv.cpp | 166 [[maybe_unused]] Reg fp, [[maybe_unused]] Reg lr) in SaveFpLr() 204 auto fp = GetTarget().GetFrameReg(); in GeneratePrologue() local 252 auto fp = GetTarget().GetFrameReg(); in GenerateEpilogueImpl() local 327 auto fp = GetTarget().GetFrameReg(); in GenerateNativePrologue() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| D | stack_walker_base.cpp | 21 StackWalkerBase::StackWalkerBase(void *fp, bool isFrameCompiled) in StackWalkerBase()
|
| /arkcompiler/runtime_core/libabckit/tests/ut/ir_core/graph/ |
| D | graph.cpp | 96 std::FILE *fp = fopen(fileName, "we"); in TEST_F() local 125 std::FILE *fp = fopen(fileName, "we"); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/arch/aarch64/ |
| D | global_regs.h | 86 ALWAYS_INLINE inline void SetFp(void *fp) in SetFp()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/backtrace/ |
| D | call_backtrace.cpp | 66 uintptr_t fp = startFp; in CallBacktrace() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | callconv.cpp | 126 auto fp = GetTarget().GetFrameReg().GetId(); in PushRegs() local 161 auto fp = GetTarget().GetFrameReg().GetId(); in PopRegs() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/ |
| D | backtrace.cpp | 70 uintptr_t fp = regs[1]; in GetPcs() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/ |
| D | frame_lowering.cpp | 39 constexpr size_t ToDwarfReg(ark::Arch arch, bool fp, size_t arkReg) in ToDwarfReg() 244 auto fp = GetDwarfFP(arch); in HasOperandUsingStack() local
|