Home
last modified time | relevance | path

Searched refs:KIND (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
H A Dstack_walker_base.h11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
85 template <FrameKind KIND>
88 if constexpr (KIND == FrameKind::INTERPRETER) { // NOLINT in IsBoundaryFrame()
89 return GetBoundaryFrameMethod<KIND>(ptr) == COMPILED_CODE_TO_INTERPRETER; in IsBoundaryFrame()
91 return GetBoundaryFrameMethod<KIND>(ptr) == INTERPRETER_TO_COMPILED_CODE; in IsBoundaryFrame()
95 template <FrameKind KIND>
98 auto frameMethod = reinterpret_cast<uintptr_t>(GetMethodFromBoundary<KIND>(ptr)); in GetBoundaryFrameMethod()
102 template <FrameKind KIND>
106 return *(reinterpret_cast<Method **>(ptr) + BoundaryFrame<KIND>::METHOD_OFFSET); in GetMethodFromBoundary()
109 template <FrameKind KIND>
[all...]
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dstack_walker.h11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
209 template <FrameKind KIND>
213 static_assert(BoundaryFrame<KIND>::FP_OFFSET == 0); in GetPrevFromBoundary()
218 template <FrameKind KIND>
221 auto frameMethod = reinterpret_cast<uintptr_t>(GetMethodFromBoundary<KIND>(ptr)); in GetBoundaryFrameMethod()
225 template <FrameKind KIND>
228 if constexpr (KIND == FrameKind::INTERPRETER) { // NOLINT in IsBoundaryFrame()
229 return GetBoundaryFrameMethod<KIND>(ptr) == COMPILED_CODE_TO_INTERPRETER; in IsBoundaryFrame()
231 return GetBoundaryFrameMethod<KIND>(ptr) == INTERPRETER_TO_COMPILED_CODE; in IsBoundaryFrame()
318 template <FrameKind KIND>
[all...]
/arkcompiler/ets_frontend/ets2panda/linter/
H A Dtslinter.bat11 REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/arkcompiler/ets_frontend/test/scripts/auto_xts_test/
H A Drun.bat10 @REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_utils.h11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
62 static inline const std::string KIND = "kind"; member in panda::ecmascript::pgo::DumpJsonUtils
/arkcompiler/runtime_core/verifier/tests/
H A Dpull_hap_files.bat10 @rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dcframe_layout.h11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
326 template <FrameKind KIND>
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H A Dpgo_profile_type.h11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
415 type.insert(std::make_pair(DumpJsonUtils::KIND, std::to_string(static_cast<double>(GetKind())))); in GetTypeJson()

Completed in 5 milliseconds