Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/compiler/llvm/
Dllvm_stackmap_parser.cpp76 uintptr_t fp = frame->callsiteFp; in PrintCallSiteInfo() local
124 uintptr_t fp = frame->callsiteFp; in CollectStackMapSlots() local
197 uintptr_t *fp = reinterpret_cast<uintptr_t *>(frameFp); in CollectStackMapSlots() local
/ark/runtime_core/libpandabase/os/windows/
Dfile.h133 auto fp = _fullpath(buffer.data(), relative_path.data(), buffer.size() - 1); in GetAbsolutePath() local
/ark/runtime_core/libpandabase/os/unix/
Dfile.h155 auto fp = realpath(relative_path.data(), buffer.data()); in GetAbsolutePath() local
/ark/runtime_core/libziparchive/
Dzip_archive.cpp42 int OpenArchiveFile(ZipArchiveHandle &handle, FILE *fp) in OpenArchiveFile()
/ark/runtime_core/runtime/include/
Dthread.h91 LockedObjectInfo(ObjectHeader *obj, void *fp) : object(obj), stack(fp) {} in LockedObjectInfo()
Dmanaged_thread.h78 void *fp = GetCurrentFrame(); in GetFrame() local
/ark/runtime_core/libpandafile/
Dfile.cpp162 std::unique_ptr<const panda_file::File> HandleArchive(ZipArchiveHandle &handle, FILE *fp, std::stri… in HandleArchive()
191 FILE *fp = fopen(std::string(location).c_str(), mode); in OpenPandaFile() local
/ark/runtime_core/runtime/
Dstack_walker.cpp38 StackWalker::StackWalker(void *fp, bool is_frame_compiled, uintptr_t npc, UnwindPolicy policy) in StackWalker()
/ark/js_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp436 intptr_t fp; member