| /arkcompiler/runtime_core/runtime/tests/ |
| D | interpreter_test.cpp | 216 f->SetMethod(method.get()); in TEST_F() 323 f->SetMethod(method.get()); in TEST_F() 381 f->SetMethod(method); in TEST_F() 411 f->SetMethod(method.get()); in TestUnimpelemented() 451 f->SetMethod(method.get()); in TEST_F() 490 f->SetMethod(method.get()); in TestFcmp() 545 f->SetMethod(method.get()); in TestConditionalJmp() 579 f->SetMethod(method.get()); in TestConditionalJmp() 618 f->SetMethod(method.get()); in TestConditionalJmpz() 651 f->SetMethod(method.get()); in TestConditionalJmpz() [all …]
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/tests/ |
| D | test_method.cpp | 30 frame.SetMethod(method_); in Call()
|
| D | test_frame.h | 77 void SetMethod(Method *method) in SetMethod() function
|
| D | breakpoint_test.cpp | 58 mainFrame_.SetMethod(klass->GetDirectMethod(utf::CStringAsMutf8("main"))); in SetUpSourceFiles()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | native_pointer_test.cpp | 70 jsFunction->SetMethod(thread, target.GetTaggedValue()); in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | inst.h | 1706 void SetMethod(RuntimeInterface::MethodPtr method) in SetMethod() function 3200 auto SetMethod(void *method) in SetMethod() function 4075 clone->CastToLoadObject()->SetMethod(GetMethod()); in Clone() 4166 clone->CastToUnresolvedLoadObject()->SetMethod(GetMethod()); in Clone() 4207 clone->CastToStoreObject()->SetMethod(GetMethod()); in Clone() 4252 clone->CastToUnresolvedStoreObject()->SetMethod(GetMethod()); in Clone() 4331 clone->CastToLoadStatic()->SetMethod(GetMethod()); in Clone() 4371 clone->CastToUnresolvedLoadStatic()->SetMethod(GetMethod()); in Clone() 4414 clone->CastToStoreStatic()->SetMethod(GetMethod()); in Clone() 4459 clone->CastToUnresolvedStoreStatic()->SetMethod(GetMethod()); in Clone() [all …]
|
| D | graph.h | 856 auto SetMethod(RuntimeInterface::MethodPtr method) in SetMethod() function
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 1258 JSBoundFunction::Cast(*obj)->SetMethod(thread_, JSTaggedValue::Undefined()); in InitializeJSObject() 1544 function->SetMethod(thread_, method); in NewJSFunctionByHClass() 1556 function->SetMethod(thread_, method); in NewJSFunctionByHClass() 1626 …bundleFunction->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_GLOBAL_CALL_JS_BOUN… in NewJSBoundFunction() 1641 function->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in NewJSIntlBoundFunction() 1662 …function->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_PROXY_INVALIDATE_PROXY_FU… in NewJSProxyRevocFunction() 1680 awaitFunction->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in NewJSAsyncAwaitStatusFunction() 1739 obj->SetMethod(thread_, JSTaggedValue::Undefined()); in NewGeneratorContext() 2038 proxy->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_GLOBAL_CALL_JS_PROXY)); in NewJSProxy() 2809 reactionsFunction->SetMethod(thread_, vm_->GetMethodByIndex(idx)); in CreateJSPromiseReactionsFunction() [all …]
|
| D | js_function.cpp | 41 func->SetMethod(thread, JSTaggedValue::Undefined(), SKIP_BARRIER); in InitializeJSFunction()
|
| D | js_serializer.cpp | 1375 func->SetMethod(thread_, method); in ReadJSFunction()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 64 inst->SetMethod(method); in BuildLoadFromPool()
|
| D | inst_templates.yaml | 90 inst_jump->SetMethod(graph_->GetMethod());
|
| D | inst_builder.cpp | 291 inst->SetMethod(GetMethod()); in CreateSaveState()
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | frame.h | 160 ALWAYS_INLINE inline void SetMethod(Method *method) in SetMethod() function 432 ALWAYS_INLINE inline void SetMethod(Method *method) in SetMethod() function 434 frame_->SetMethod(method); in SetMethod()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | unit_test.cpp | 128 graph->SetMethod(method); in BuildGraph()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | slow_path.h | 173 void SetMethod(void *method) in SetMethod() function
|
| D | codegen.cpp | 3382 slow_path->SetMethod(method); in VisitLoadString()
|
| /arkcompiler/runtime_core/runtime/ |
| D | osr.cpp | 110 cframe.SetMethod(iframe->GetMethod()); in PrepareOsrEntry()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | lowering.cpp | 144 replace->SetMethod(inst->GetMethod()); in LowerIf()
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | cframe.h | 153 void SetMethod(Method *method) in SetMethod() function
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 2121 context->SetMethod(thread, frameHandler.GetFunction()); in SaveFrameToContext()
|