Home
last modified time | relevance | path

Searched refs:GetFrom (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dbytecode_instruction.h176 const uint8_t *GetFrom() const
305 return BytecodeInst(ptr, Base::GetFrom(), Base::GetTo());
342 auto GetFrom() const -> std::enable_if_t<M == BytecodeInstMode::SAFE, const uint8_t *>
344 return Base::GetFrom();
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dbytecode_instruction.h176 const uint8_t *GetFrom() const
310 return BytecodeInst(ptr, Base::GetFrom(), Base::GetTo());
348 auto GetFrom() const -> std::enable_if_t<M == BytecodeInstMode::SAFE, const uint8_t *>
350 return Base::GetFrom();
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_snapshot.h185 const Node *GetFrom() const in GetFrom() function in panda::ecmascript::EdgeType::Edge

Completed in 3 milliseconds