Home
last modified time | relevance | path

Searched refs:TryLoadGlobalICByName (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dic_stub_builder.h53 void TryLoadGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success);
H A Dic_stub_builder.cpp272 void ICStubBuilder::TryLoadGlobalICByName(Variable* result, Label* tryFastPath, Label *slowPath, Label *success) in TryLoadGlobalICByName() function in panda::ecmascript::kungfu::ICStubBuilder
H A Daccess_object_stub_builder.cpp395 builder.TryLoadGlobalICByName(&result, &tryFastPath, &slowPath, &exit); in TryLoadGlobalByName()
507 builder.TryLoadGlobalICByName(&result, &tryFastPath, &slowPath, &exit); in LoadGlobalVar()

Completed in 3 milliseconds