Searched refs:UpdateAOTHClass (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 447 V(UpdateAOTHClass) \
|
H A D | runtime_stubs.cpp | 2964 DEF_RUNTIME_STUBS(UpdateAOTHClass) in DEF_RUNTIME_STUBS() 2966 RUNTIME_STUBS_HEADER(UpdateAOTHClass); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 208 static JSTaggedValue UpdateAOTHClass(JSThread *thread, JSTaggedValue jshclass,
|
H A D | slow_runtime_stub.cpp | 1237 JSTaggedValue SlowRuntimeStub::UpdateAOTHClass(JSThread *thread, JSTaggedValue jshclass, in UpdateAOTHClass() function in panda::ecmascript::SlowRuntimeStub 1240 INTERPRETER_TRACE(thread, UpdateAOTHClass); in UpdateAOTHClass()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 254 V(UpdateAOTHClass) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | typed_bytecode_lowering.cpp | 824 builder_.CallRuntime(glue_, RTSTUB_ID(UpdateAOTHClass), Gate::InvalidGateRef, in LowerTypedStObjByName()
|
H A D | typed_hcr_lowering.cpp | 3201 builder_.CallRuntime(glue, RTSTUB_ID(UpdateAOTHClass), Gate::InvalidGateRef, in LowerMonoStoreProperty()
|
H A D | stub_builder.cpp | 1357 CallRuntime(glue, RTSTUB_ID(UpdateAOTHClass), in JSHClassAddProperty()
|
Completed in 48 milliseconds