Home
last modified time | relevance | path

Searched defs:CreateFrame (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/toolchain/websocket/client/
Dwebsocket_client.cpp282 std::string WebSocketClient::CreateFrame(bool isLast, FrameType frameType) const in CreateFrame() function in OHOS::ArkCompiler::Toolchain::WebSocketClient
288 std::string WebSocketClient::CreateFrame(bool isLast, FrameType frameType, const std::string& paylo… in CreateFrame() function in OHOS::ArkCompiler::Toolchain::WebSocketClient
294 std::string WebSocketClient::CreateFrame(bool isLast, FrameType frameType, std::string&& payload) c… in CreateFrame() function in OHOS::ArkCompiler::Toolchain::WebSocketClient
/arkcompiler/toolchain/websocket/server/
Dwebsocket_server.cpp404 std::string WebSocketServer::CreateFrame(bool isLast, FrameType frameType) const in CreateFrame() function in OHOS::ArkCompiler::Toolchain::WebSocketServer
410 std::string WebSocketServer::CreateFrame(bool isLast, FrameType frameType, const std::string& paylo… in CreateFrame() function in OHOS::ArkCompiler::Toolchain::WebSocketServer
416 std::string WebSocketServer::CreateFrame(bool isLast, FrameType frameType, std::string&& payload) c… in CreateFrame() function in OHOS::ArkCompiler::Toolchain::WebSocketServer
/arkcompiler/runtime_core/static_core/runtime/tests/
Dframe_test.cpp54 Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame() function
Ddebugger_test.cpp68 static Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame() function
Dmethod_test.cpp116 static Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame() function
Di2c_bridge_test.cpp137 static Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame() function
Dinterpreter_test.cpp86 auto CreateFrame(uint32_t nregs, Method *method, Frame *prev) in CreateFrame() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod-inl.h74 …ALWAYS_INLINE static Frame *CreateFrame([[maybe_unused]] ManagedThread *thread, uint32_t nregsSize… in CreateFrame() function
128 …ALWAYS_INLINE static Frame *CreateFrame([[maybe_unused]] ManagedThread *thread, uint32_t nregsSize… in CreateFrame() function
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.h232 static Frame *CreateFrame(uint32_t nregs, Method *method, Frame *prev) in CreateFrame() function
Dframe.h767 ALWAYS_INLINE inline Frame *CreateFrame(mem::StackFrameAllocator *stackFrameAllocator, uint32_t nre… in CreateFrame() function
Dinterpreter-inl.h91 …ALWAYS_INLINE static Frame *CreateFrame([[maybe_unused]] ManagedThread *thread, uint32_t nregsSize… in CreateFrame() function
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h396 static Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame() function
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp582 static Frame *CreateFrame(uint32_t nregs, Method *method, Frame *prev) in CreateFrame() function