Home
last modified time | relevance | path

Searched defs:Make (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/assembler/
Dcontext.cpp21 void Context::Make(const std::vector<panda::pandasm::Token> &t) in Make() function in panda::pandasm::Context
/arkcompiler/runtime_core/static_core/assembler/
Dcontext.cpp22 void Context::Make(const std::vector<ark::pandasm::Token> &t) in Make() function in ark::pandasm::Context
/arkcompiler/runtime_core/static_core/runtime/jit/
Dprofiling_data.h339 …static ProfilingData *Make(mem::InternalAllocatorPtr allocator, size_t nInlineCaches, size_t nBran… in Make() function