Searched refs:CallBridge (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | call_stub_builder.h | 174 void CallBridge(GateRef code, GateRef expectedNum, Label *exit);
|
H A D | call_stub_builder.cpp | 273 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