/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/static_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(zipFilename, mode); in OpenUncompressedArchiveFuzzTest() local
|
/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/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
D | extend_assembler.cpp | 110 void ExtendedAssembler::PushArgc(int32_t argc, Register op, Register fp) in PushArgc() 116 void ExtendedAssembler::PushArgc(Register argc, Register op, Register fp) in PushArgc() 122 void ExtendedAssembler::Align16(Register fp) in Align16()
|
/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/libpandafile/tests/ |
D | file_test.cpp | 251 auto fp = fopen(file_name_zip_with_entry, "a"); variable 300 auto fp = fopen(ABC_FILE, "rb"); variable 331 auto fp = fopen(ABC_FILE, "w"); variable 355 auto fp = fopen(ARCHIVE_FILENAME, "w+"); variable
|
/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/static_core/tests/fuzztest/open_fuzzer/ |
D | open_fuzzer.cpp | 23 FILE *fp = fopen(filename, "w"); in OpenFuzzTest() 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/readosfile_fuzzer/ |
D | readosfile_fuzzer.cpp | 25 FILE *fp = fopen(filename, "w"); in ReadOsFileFuzzTest() 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/ets_runtime/ecmascript/tests/ |
D | frame_test.cpp | 76 uintptr_t fp = reinterpret_cast<uintptr_t>(&frame[9]); // 9: bottom of frame in HWTEST_F_L0() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
D | callconv.cpp | 137 auto fp = GetTarget().GetFrameReg(); in GeneratePrologue() local 217 auto fp = GetTarget().GetFrameReg(); in GenerateEpilogue() local 282 auto fp = GetTarget().GetFrameReg(); in GenerateNativePrologue() local 348 auto fp = GetTarget().GetFrameReg(); in GenerateNativeEpilogue() 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/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/compiler/optimizer/code_generator/target/aarch32/ |
D | callconv.cpp | 109 auto fp = GetTarget().GetFrameReg().GetId(); in PushRegs() local 148 auto fp = GetTarget().GetFrameReg().GetId(); in PopRegs() local
|
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
D | js_stackinfo.cpp | 218 uintptr_t fp = uctx->uc_mcontext.regs[29]; // 29: fp in CrashCallback() local 749 bool GetArkNativeFrameInfo(int pid, uintptr_t *pc, uintptr_t *fp, uintptr_t *sp, in GetArkNativeFrameInfo() 858 bool StepArkManagedNativeFrame(int pid, uintptr_t *pc, uintptr_t *fp, in StepArkManagedNativeFrame() 950 bool GetArkJSHeapCrashInfo(int pid, uintptr_t *bytecodePc, uintptr_t *fp, bool outJSInfo, char *out… in GetArkJSHeapCrashInfo() 1014 int pid, uintptr_t *pc, uintptr_t *fp, uintptr_t *sp, char *buf, size_t buf_sz) in step_ark_managed_native_frame() 1023 int pid, uintptr_t *x20, uintptr_t *fp, int outJsInfo, char *buf, size_t buf_sz) in get_ark_js_heap_crash_info() 1033 uintptr_t *fp, uintptr_t *sp, panda::ecmascript::JsFrame *jsFrame, size_t &size) in get_ark_native_frame_info()
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
D | stack_walker_test.cpp | 167 runner.Run(source, [](uintptr_t lr, [[maybe_unused]] uintptr_t fp) -> int { in TEST_F() 332 runner.Run(source, [](uintptr_t lr, [[maybe_unused]] uintptr_t fp) -> int { in TestModifyManyVregs()
|
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
D | file.h | 115 auto fp = _fullpath(buffer.data(), relativePath.data(), buffer.size() - 1); in GetAbsolutePath() local
|
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
D | file.h | 158 auto fp = realpath(relativePath.data(), buffer.data()); in GetAbsolutePath() local
|
/arkcompiler/runtime_core/platforms/windows/libpandabase/ |
D | file.h | 130 auto fp = _fullpath(buffer.data(), relative_path.data(), buffer.size() - 1); in GetAbsolutePath() local
|
/arkcompiler/runtime_core/platforms/unix/libpandabase/ |
D | file.h | 169 auto fp = realpath(relative_path.data(), buffer.data()); in GetAbsolutePath() local
|