Home
last modified time | relevance | path

Searched defs:fp (Results 1 – 25 of 58) sorted by relevance

123

/arkcompiler/runtime_core/static_core/compiler/tests/
Dpanda_runner.cpp24 auto fp = reinterpret_cast<uintptr_t>(ManagedThread::GetCurrent()->GetCurrentFrame()); in PandaRunnerHookAArch64() local
29 int PandaRunnerHook(uintptr_t lr, uintptr_t fp) in PandaRunnerHook()
Dcodegen_runner_test.cpp327 NO_OPTIMIZE int Callback([[maybe_unused]] uintptr_t lr, [[maybe_unused]] uintptr_t fp) in Callback()
/arkcompiler/runtime_core/tests/fuzztest/openuncompressedarchive_fuzzer/
Dopenuncompressedarchive_fuzzer.cpp21 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/
Dopenuncompressedarchive_fuzzer.cpp21 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/
Dextend_assembler.cpp109 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/runtime_core/compiler/tests/
Dpanda_runner.h146 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/
Dfile_test.cpp259 auto fp = fopen(file_name_zip_with_entry, "a"); variable
308 auto fp = fopen(ABC_FILE, "rb"); variable
339 auto fp = fopen(ABC_FILE, "w"); variable
363 auto fp = fopen(ARCHIVE_FILENAME, "w+"); variable
401 auto fp = fopen(ABC_FILE, "rb"); variable
/arkcompiler/runtime_core/tests/fuzztest/load_fuzzer/
Dload_fuzzer.cpp27 FILE *fp = fopen(name, "wb"); in LoadFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/open_fuzzer/
Dopen_fuzzer.cpp23 FILE *fp = fopen(filename, "w"); in OpenFuzzTest() local
/arkcompiler/runtime_core/static_core/tests/fuzztest/open_fuzzer/
Dopen_fuzzer.cpp23 FILE *fp = fopen(filename, "w"); in OpenFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/readosfile_fuzzer/
Dreadosfile_fuzzer.cpp25 FILE *fp = fopen(filename, "w"); in ReadOsFileFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/resolvesymbol_fuzzer/
Dresolvesymbol_fuzzer.cpp27 FILE *fp = fopen(name, "wb"); in ResolveSymbolFuzzTest() local
/arkcompiler/runtime_core/static_core/tests/fuzztest/checkheader_fuzzer/
Dcheckheader_fuzzer.cpp24 FILE *fp = fopen(filename, "w+"); in CheckHeaderFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/checkheader_fuzzer/
Dcheckheader_fuzzer.cpp24 FILE *fp = fopen(filename, "w+"); in CheckHeaderFuzzTest() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dcallconv.cpp165 [[maybe_unused]] Reg fp, [[maybe_unused]] Reg lr) in SaveFpLr()
203 auto fp = GetTarget().GetFrameReg(); in GeneratePrologue() local
251 auto fp = GetTarget().GetFrameReg(); in GenerateEpilogueImpl() local
325 auto fp = GetTarget().GetFrameReg(); in GenerateNativePrologue() local
/arkcompiler/runtime_core/tests/fuzztest/ziparchivehandle_fuzzer/
Dziparchivehandle_fuzzer.cpp61 FILE* fp = nullptr; in ZipArchiveHandleFuzzTest() local
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dstack_walker_base.cpp21 StackWalkerBase::StackWalkerBase(void *fp, bool isFrameCompiled) in StackWalkerBase()
/arkcompiler/runtime_core/libabckit/tests/ut/ir_core/graph/
Dgraph.cpp96 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/
Dglobal_regs.h86 ALWAYS_INLINE inline void SetFp(void *fp) in SetFp()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dcallconv.cpp126 auto fp = GetTarget().GetFrameReg().GetId(); in PushRegs() local
161 auto fp = GetTarget().GetFrameReg().GetId(); in PopRegs() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/
Dbacktrace.cpp67 uintptr_t fp = regs[1]; in GetPcs() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/
Dframe_lowering.cpp39 constexpr size_t ToDwarfReg(ark::Arch arch, bool fp, size_t arkReg) in ToDwarfReg()
244 auto fp = GetDwarfFP(arch); in HasOperandUsingStack() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.h48 uintptr_t *fp; member
95 uintptr_t *fp; member
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstack_walker_test.cpp247 runner.Run(source, [](uintptr_t lr, [[maybe_unused]] uintptr_t fp) -> int { in TEST_F()
394 runner.Run(source, [](uintptr_t lr, [[maybe_unused]] uintptr_t fp) -> int { in TestModifyManyVregs()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dfile.h115 auto fp = _fullpath(buffer.data(), relativePath.data(), buffer.size() - 1); in GetAbsolutePath() local

123