| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A 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() argument
|
| H A D | codegen_runner_test.cpp | 327 NO_OPTIMIZE int Callback([[maybe_unused]] uintptr_t lr, [[maybe_unused]] uintptr_t fp) in Callback() argument
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/open_fuzzer/ |
| H A D | open_fuzzer.cpp | 23 FILE *fp = fopen(filename, "w"); in OpenFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/load_fuzzer/ |
| H A D | load_fuzzer.cpp | 27 FILE *fp = fopen(name, "wb"); in LoadFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/open_fuzzer/ |
| H A D | open_fuzzer.cpp | 23 FILE *fp = fopen(filename, "w"); in OpenFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/checkheader_fuzzer/ |
| H A D | checkheader_fuzzer.cpp | 24 FILE *fp = fopen(filename, "w+"); in CheckHeaderFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/checkheader_fuzzer/ |
| H A D | checkheader_fuzzer.cpp | 24 FILE *fp = fopen(filename, "w+"); in CheckHeaderFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/readosfile_fuzzer/ |
| H A D | readosfile_fuzzer.cpp | 25 FILE *fp = fopen(filename, "w"); in ReadOsFileFuzzTest() local
|
| /arkcompiler/runtime_core/tests/fuzztest/resolvesymbol_fuzzer/ |
| H A D | resolvesymbol_fuzzer.cpp | 27 FILE *fp = fopen(name, "wb"); in ResolveSymbolFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| H A D | stack_walker_base.cpp | 21 StackWalkerBase::StackWalkerBase(void *fp, bool isFrameCompiled) in StackWalkerBase() argument
|
| /arkcompiler/runtime_core/static_core/tests/fuzztest/openuncompressedarchive_fuzzer/ |
| H A D | openuncompressedarchive_fuzzer.cpp | 21 void CloseAndRemoveZipFile(ark::ZipArchiveHandle &handle, FILE *fp, const char *filename) in CloseAndRemoveZipFile() argument 46 FILE *fp = fopen(zip_filename, mode); in OpenUncompressedArchiveFuzzTest() local [all...] |
| /arkcompiler/runtime_core/tests/fuzztest/openuncompressedarchive_fuzzer/ |
| H A D | openuncompressedarchive_fuzzer.cpp | 21 void CloseAndRemoveZipFile(panda::ZipArchiveHandle &handle, FILE *fp, const char *filename) in CloseAndRemoveZipFile() argument 45 FILE *fp = fopen(zip_filename, mode); in OpenUncompressedArchiveFuzzTest() local [all...] |
| /arkcompiler/runtime_core/tests/fuzztest/ziparchivehandle_fuzzer/ |
| H A D | ziparchivehandle_fuzzer.cpp | 61 FILE* fp = nullptr; in ZipArchiveHandleFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/ |
| H A D | backtrace.cpp | 69 uintptr_t fp = regs[1]; in GetPcs() local
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/arch/aarch64/ |
| H A D | global_regs.h | 86 ALWAYS_INLINE inline void SetFp(void *fp) in SetFp() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| H A D | extend_assembler.cpp | 110 void ExtendedAssembler::PushArgc(int32_t argc, Register op, Register fp) in PushArgc() argument 116 void ExtendedAssembler::PushArgc(Register argc, Register op, Register fp) in PushArgc() argument 122 void ExtendedAssembler::Align16(Register fp) in Align16() argument
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | panda_runner.h | 146 uintptr_t fp; in Hook() local 154 uintptr_t fp; in Hook() local 168 uintptr_t fp; Hook() local [all...] |
| /arkcompiler/runtime_core/libziparchive/ |
| H A D | zip_archive.cpp | 42 int OpenArchiveFile(ZipArchiveHandle &handle, FILE *fp) in OpenArchiveFile() argument
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| H A D | file.h | 130 auto fp = _fullpath(buffer.data(), relative_path.data(), buffer.size() - 1); in GetAbsolutePath() local
|
| /arkcompiler/runtime_core/static_core/libziparchive/ |
| H A D | zip_archive.cpp | 42 int OpenArchiveFile(ZipArchiveHandle &handle, FILE *fp) in OpenArchiveFile() argument
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| H A D | file.h | 115 auto fp = _fullpath(buffer.data(), relativePath.data(), buffer.size() - 1); in GetAbsolutePath() local
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| H A D | file_test.cpp | 259 auto fp = fopen(file_name_zip_with_entry, "a"); in HWTEST() local 308 auto fp = fopen(ABC_FILE, "rb"); in HWTEST() local 339 auto fp = fopen(ABC_FILE, "w"); in HWTEST() local 363 auto fp = fopen(ARCHIVE_FILENAME, "w+"); HWTEST() local 401 auto fp = fopen(ABC_FILE, "rb"); HWTEST() local [all...] |
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| H A D | file.h | 169 auto fp = realpath(relative_path.data(), buffer.data()); in GetAbsolutePath() local
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| H A D | function.h | 57 VRegMask fp; member
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| H A D | callconv.cpp | 203 auto fp = GetTarget().GetFrameReg(); in GeneratePrologue() local 251 auto fp = GetTarget().GetFrameReg(); in GenerateEpilogueImpl() local 325 auto fp in GenerateNativePrologue() local 164 SaveFpLr(const FrameInfo &frameInfo, [[maybe_unused]] Encoder *encoder, [[maybe_unused]] Reg fp, [[maybe_unused]] Reg lr) SaveFpLr() argument [all...] |