Home
last modified time | relevance | path

Searched defs:isNative (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_marker.cpp56 [[maybe_unused]] bool isNative) { in ProcessMarkStack()
100 [[maybe_unused]] bool isNative) { in ProcessMarkStack()
132 [[maybe_unused]] bool isNative) { in ProcessMarkStack()
Dverification.cpp29 [[maybe_unused]] bool isNative) { in VisitAllObjects()
Dparallel_evacuator.cpp154 …be_unused]] TaggedObject *root, ObjectSlot start, ObjectSlot end, [[maybe_unused]] bool isNative) { in VerifyHeapObject()
380 …be_unused]] TaggedObject *root, ObjectSlot start, ObjectSlot end, [[maybe_unused]] bool isNative) { in UpdateNewObjectField()
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_pt_method.h27 explicit PtMethod(const JSPandaFile *jsPandaFile, EntityId methodId, bool isNative) in PtMethod()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_env.cpp67 [[maybe_unused]]bool isNative) { in HandleObjectField()
Dsnapshot_processor.cpp1420 bool isNative) { in SerializeObject()
1607 …or = [this]([[maybe_unused]] TaggedObject *root, ObjectSlot start, ObjectSlot end, bool isNative) { in DeserializeField()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h40 uint64_t SetNativeBit(uint64_t callField, bool isNative) in SetNativeBit()
117 void SetNativeBit(bool isNative) in SetNativeBit()
/arkcompiler/runtime_core/runtime/tooling/
Ddebugger.cpp165 bool isNative = false; in GetPandaFrame() local
518 bool isNative = false; in NotifyFramePop() local