Searched defs:fp (Results 1 – 9 of 9) sorted by relevance
/ark/js_runtime/ecmascript/compiler/llvm/ |
D | llvm_stackmap_parser.cpp | 76 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/ |
D | file.h | 133 auto fp = _fullpath(buffer.data(), relative_path.data(), buffer.size() - 1); in GetAbsolutePath() local
|
/ark/runtime_core/libpandabase/os/unix/ |
D | file.h | 155 auto fp = realpath(relative_path.data(), buffer.data()); in GetAbsolutePath() local
|
/ark/runtime_core/libziparchive/ |
D | zip_archive.cpp | 42 int OpenArchiveFile(ZipArchiveHandle &handle, FILE *fp) in OpenArchiveFile()
|
/ark/runtime_core/runtime/include/ |
D | thread.h | 91 LockedObjectInfo(ObjectHeader *obj, void *fp) : object(obj), stack(fp) {} in LockedObjectInfo()
|
D | managed_thread.h | 78 void *fp = GetCurrentFrame(); in GetFrame() local
|
/ark/runtime_core/libpandafile/ |
D | file.cpp | 162 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/ |
D | stack_walker.cpp | 38 StackWalker::StackWalker(void *fp, bool is_frame_compiled, uintptr_t npc, UnwindPolicy policy) in StackWalker()
|
/ark/js_runtime/ecmascript/compiler/tests/ |
D | stub_tests.cpp | 436 intptr_t fp; member
|