Home
last modified time | relevance | path

Searched refs:CallBridge (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_stub_builder.h174 void CallBridge(GateRef code, GateRef expectedNum, Label *exit);
H A Dcall_stub_builder.cpp273 CallBridge(code, expectedNum, exit); in JSFastAotCall()
278 CallBridge(code, expectedNum, exit); in JSFastAotCall()
298 CallBridge(code, expectedNum, exit); in JSSlowAotCall()
303 CallBridge(code, expectedNum, exit); in JSSlowAotCall()
328 void CallStubBuilder::CallBridge(GateRef code, GateRef expectedNum, Label *exit) in CallBridge() function in panda::ecmascript::kungfu::CallStubBuilder

Completed in 3 milliseconds