Searched refs:TryLoadGlobalICByName (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | ic_stub_builder.h | 53 void TryLoadGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success);
|
H A D | ic_stub_builder.cpp | 272 void ICStubBuilder::TryLoadGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in TryLoadGlobalICByName() function in panda::ecmascript::kungfu::ICStubBuilder
|
H A D | access_object_stub_builder.cpp | 395 builder.TryLoadGlobalICByName(&result, &tryFastPath, &slowPath, &exit); in TryLoadGlobalByName() 507 builder.TryLoadGlobalICByName(&result, &tryFastPath, &slowPath, &exit); in LoadGlobalVar()
|
Completed in 3 milliseconds