| /arkcompiler/toolchain/websocket/client/ |
| D | websocket_client.cpp | 282 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/ |
| D | websocket_server.cpp | 404 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/ |
| D | frame_test.cpp | 54 Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame() function
|
| D | debugger_test.cpp | 68 static Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame() function
|
| D | method_test.cpp | 116 static Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame() function
|
| D | i2c_bridge_test.cpp | 137 static Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame() function
|
| D | interpreter_test.cpp | 86 auto CreateFrame(uint32_t nregs, Method *method, Frame *prev) in CreateFrame() function
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | method-inl.h | 74 …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/ |
| D | runtime_interface.h | 232 static Frame *CreateFrame(uint32_t nregs, Method *method, Frame *prev) in CreateFrame() function
|
| D | frame.h | 767 ALWAYS_INLINE inline Frame *CreateFrame(mem::StackFrameAllocator *stackFrameAllocator, uint32_t nre… in CreateFrame() function
|
| D | interpreter-inl.h | 91 …ALWAYS_INLINE static Frame *CreateFrame([[maybe_unused]] ManagedThread *thread, uint32_t nregsSize… in CreateFrame() function
|
| /arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
| D | test_runtime_interface.h | 396 static Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame() function
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 582 static Frame *CreateFrame(uint32_t nregs, Method *method, Frame *prev) in CreateFrame() function
|