Searched defs:isNative (Results 1 - 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| H A D | js_pt_method.h | 27 PtMethod(const JSPandaFile *jsPandaFile, EntityId methodId, bool isNative) in PtMethod() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| H A D | callconv.cpp | 142 SaveCalleeSavedRegs(const FrameInfo &frameInfo, const CFrameLayout &fl, size_t spToRegsSlots, bool isNative) SaveCalleeSavedRegs() argument
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| H A D | heap_sampling.cpp | 97 bool isNative = method->IsNativeWithCallField(); in GetStack() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| H A D | js_stackgetter.cpp | 182 GetRunningState(const FrameIterator &it, const EcmaVM *vm, bool isNative, bool topFrame, bool enableVMTag) GetRunningState() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | method.h | 42 uint64_t SetNativeBit(uint64_t callField, bool isNative) in SetNativeBit() argument 124 void SetNativeBit(bool isNative) in SetNativeBit() argument
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| H A D | cpu_profiler.cpp | 267 bool isNative = method->IsNativeWithCallField(); in GetStack() local 336 bool isNative = method->IsNativeWithCallField(); in GetStackCallNapi() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| H A D | debugger.cpp | 165 bool isNative = false; in GetPandaFrame() local 510 bool isNative = false; in NotifyFramePop() local
|
Completed in 6 milliseconds