| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| H A D | common_call.cpp | 71 Register frameType = __ TempRegister2(); in PushLeaveFrame() local 79 __ Stp(Register(X19), frameType, MemoryOperand(sp, -2 * FRAME_SLOT_SIZE, AddrMode::PREINDEX)); in PushLeaveFrame() local 91 Register frameType = __ TempRegister2(); in PopLeaveFrame() local 93 __ Ldp(Register(X19), frameType, MemoryOperand(sp, 2 * FRAME_SLOT_SIZE, AddrMode::POSTINDEX)); in PopLeaveFrame() local 195 Register frameType = __ TempRegister2(); in PushAsmBridgeFrame() local 200 __ Stp(Register(X19), frameType, MemoryOperand(sp, -FRAME_SLOT_SIZE * 2, AddrMode::PREINDEX)); in PushAsmBridgeFrame() local 208 Register frameType = __ TempRegister2(); in PopAsmBridgeFrame() local 210 __ Ldp(Register(X19), frameType, MemoryOperan in PopAsmBridgeFrame() local [all...] |
| H A D | asm_interpreter_call.cpp | 556 __ Stp(Register(Zero), frameType, MemoryOperand(Register(SP), -FRAME_SLOT_SIZE * 2, AddrMode::PREINDEX)); in CallNativeWithArgv() local
|
| H A D | optimized_call.cpp | 628 __ Stp(Register(Zero), frameType, MemoryOperand(sp, -FRAME_SLOT_SIZE * 2, AddrMode::PREINDEX)); JSCallInternal() local 1131 Register frameType = __ TempRegister2(); PushJSFunctionEntryFrame() local 1158 Register frameType = __ TempRegister2(); PushOptimizedArgsConfigFrame() local 1163 __ Stp(Register(X19), frameType, MemoryOperand(sp, -FRAME_SLOT_SIZE * 2, AddrMode::PREINDEX)); PushOptimizedArgsConfigFrame() local 1171 Register frameType = __ TempRegister2(); PopOptimizedArgsConfigFrame() local 1173 __ Ldp(Register(X19), frameType, MemoryOperand(sp, FRAME_SLOT_SIZE * 2, AddrMode::POSTINDEX)); PopOptimizedArgsConfigFrame() local 1203 Register frameType = __ TempRegister2(); PushOptimizedUnfoldArgVFrame() local [all...] |
| /arkcompiler/toolchain/websocket/client/ |
| H A D | websocket_client.cpp | 293 std::string WebSocketClient::CreateFrame(bool isLast, FrameType frameType, const std::string& payload) const in CreateFrame() argument 299 std::string WebSocketClient::CreateFrame(bool isLast, FrameType frameType, std::string&& payload) const in CreateFrame() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | code_generator.h | 207 Run(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, const MethodLiteral *methodLiteral, const JSPandaFile *jsPandaFile, const FrameType frameType, bool enableOptInlining, bool enableOptBranchProfiling) Run() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| H A D | litecg_codegen.cpp | 138 GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, const panda::ecmascript::MethodLiteral *methodLiteral, const JSPandaFile *jsPandaFile, const std::string &methodName, const FrameType frameType, bool enableOptInlining, [[maybe_unused]]bool enableBranchProfiling) GenerateCode() argument
|
| H A D | litecg_ir_builder.cpp | 599 void LiteCGIRBuilder::AssistGenPrologue(const size_t reservedSlotsSize, FrameType frameType, in AssistGenPrologue() argument 630 auto frameType = circuit_->GetFrameType(); in GenPrologue() local 710 auto frameType = circuit_->GetFrameType(); SaveJSFuncOnOptJSFuncFrame() local 738 SaveFrameTypeOnFrame(maple::litecg::Function &function, FrameType frameType) SaveFrameTypeOnFrame() argument 2775 SaveFrameTypeOnFrame(BB &bb, FrameType frameType) SaveFrameTypeOnFrame() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | frame_handler.cpp | 392 FrameType frameType = FrameHandler::GetFrameType(current); in Iterate() local
|
| /arkcompiler/toolchain/websocket/server/ |
| H A D | websocket_server.cpp | 408 std::string WebSocketServer::CreateFrame(bool isLast, FrameType frameType, const std::string& payload) const in CreateFrame() argument 414 std::string WebSocketServer::CreateFrame(bool isLast, FrameType frameType, std::string&& payload) const in CreateFrame() argument
|
| /arkcompiler/toolchain/websocket/ |
| H A D | websocket_base.cpp | 48 bool WebSocketBase::SendReply(const std::string& message, FrameType frameType, bool isLast) const in SendReply() argument
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| H A D | js_stackinfo.cpp | 37 bool IsFastJitFunctionFrame(const FrameType frameType) in IsFastJitFunctionFrame() argument 42 bool IsFastJitFunctionFrame(uintptr_t frameType) in IsFastJitFunctionFrame() argument 241 FrameType frameType = it.GetFrameType(); in BuildJsStackTraceInfo() local 384 bool GetTypeOffsetAndPrevOffsetFromFrameType(uintptr_t frameType, uintptr_t &typeOffset, uintptr_t &prevOffset) in GetTypeOffsetAndPrevOffsetFromFrameType() argument 473 ArkFrameCheck(uintptr_t frameType) ArkFrameCheck() argument 479 IsJsFunctionFrame(uintptr_t frameType) IsJsFunctionFrame() argument 487 IsNativeFunctionFrame(uintptr_t frameType) IsNativeFunctionFrame() argument 506 IsAotFunctionFrame(uintptr_t frameType) IsAotFunctionFrame() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| H A D | llvm_codegen.cpp | 339 GenerateCode(Circuit *circuit, const ControlFlowGraph &graph, const CompilationConfig *cfg, const panda::ecmascript::MethodLiteral *methodLiteral, const JSPandaFile *jsPandaFile, const std::string &methodName, const FrameType frameType, bool enableOptInlining, bool enableOptBranchProfiling) GenerateCode() argument
|
| H A D | llvm_ir_builder.cpp | 363 void LLVMIRBuilder::AssistGenPrologue(const size_t reservedSlotsSize, FrameType frameType) in AssistGenPrologue() argument 389 auto frameType = circuit_->GetFrameType(); in GenPrologue() local 461 SaveFrameTypeOnFrame(FrameType frameType, LLVMBuilderRef builder) SaveFrameTypeOnFrame() argument 770 LLVMValueRef frameType = LLVMBuildLoad(builder_, frameTypeAddr, ""); GetCurrentFrameType() local [all...] |