| /arkcompiler/runtime_core/libabckit/src/templates/abckit_intrinsics/ |
| D | inst_builder_abckit_intrinsics.inc.erb | 149 inst->SetMethod(method); 196 inst->SetMethod(method); 232 inst->SetMethod(method); 281 inst->SetMethod(method); 312 inst->SetMethod(method); 347 inst->SetMethod(method); 385 inst->SetMethod(method); 426 inst->SetMethod(method); 468 // inst->SetMethod(method);
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/compiler/tests/ |
| D | dangling_pointers_checker_test.cpp | 55 GetGraph()->SetMethod(&relocationHandler); in TEST_F() 101 GetGraph()->SetMethod(&relocationHandler); in TEST_F() 151 GetGraph()->SetMethod(&relocationHandler); in TEST_F() 198 GetGraph()->SetMethod(&relocationHandler); in TEST_F() 246 GetGraph()->SetMethod(&relocationHandler); in TEST_F() 295 GetGraph()->SetMethod(&relocationHandler); in TEST_F() 345 GetGraph()->SetMethod(&relocationHandler); in TEST_F() 393 GetGraph()->SetMethod(&relocationHandler); in TEST_F() 440 GetGraph()->SetMethod(&relocationHandler); in TEST_F() 505 GetGraph()->SetMethod(&relocationHandler); in TEST_F() [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | interpreter_test.cpp | 223 f->SetMethod(method.get()); in TEST_F() 330 f->SetMethod(method.get()); in TEST_F() 388 f->SetMethod(method); in TEST_F() 418 f->SetMethod(method.get()); in TestUnimpelemented() 458 f->SetMethod(method.get()); in TEST_F() 497 f->SetMethod(method.get()); in TestFcmp() 548 f->SetMethod(method.get()); in TestOneLabelJmp() 585 f->SetMethod(method.get()); in TestTwoLabelsJmp() 631 f->SetMethod(method.get()); in TestOneLabelJmpz() 666 f->SetMethod(method.get()); in TestTwoLabelsJmpz() [all …]
|
| /arkcompiler/runtime_core/libabckit/src/adapter_static/ |
| D | abckit_inst_builder-inl.h | 128 static_cast<LoadFromPool *>(inst)->SetMethod(method); in AbcKitBuildLoadFromPool() 133 inst->CastToLoadFromConstantPool()->SetMethod(method); in AbcKitBuildLoadFromPool()
|
| /arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/ |
| D | inst_builder_dyn-inl.h | 39 inst->SetMethod(method); in BuildAbcKitLoadStringIntrinsic()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_generator.cpp | 144 graph->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in GenerateGraph() 258 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateReturnInlined() 277 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateCall() 349 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateStoreStatic() 365 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateLoadStatic() 381 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateMonitor() 393 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateLoadType() 404 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateIsInstance() 427 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateNewArray() 445 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateNewObject() [all …]
|
| D | unit_test.cpp | 128 graph->SetMethod(method); in BuildGraph()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/ |
| D | generate_operations_intrinsic_graph.inl.erb | 45 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD));
|
| /arkcompiler/ets_runtime/test/fuzztest/publicapigeneratorobjectref_fuzzer/ |
| D | publicapigeneratorobjectref_fuzzer.cpp | 49 generatorContext->SetMethod(thread, generatorFunc.GetTaggedValue()); in GetGeneratorReceiverFuzzTest()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler_thread_pool_worker.cpp | 75 compilerCtx.SetMethod(ctx.GetMethod()); in InPlaceCompileMethod()
|
| /arkcompiler/runtime_core/static_core/compiler/ |
| D | inplace_task_runner.h | 37 void SetMethod(Method *method) in SetMethod() function
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | native_pointer_test.cpp | 46 jsFunction->SetMethod(thread, target.GetTaggedValue()); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_proxy_stub_builder.h | 34 void SetMethod(GateRef glue, GateRef proxy, GateRef method) in SetMethod() function
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 37 inst->SetMethod(method); in BuildLoadFromPool()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
| D | test_frame.h | 43 void SetMethod(Method *method) in SetMethod() function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/ |
| D | ets_inst_builder.cpp | 118 intrinsic->SetMethod(GetMethod()); in BuildLdObjByName() 216 intrinsic->SetMethod(GetMethod()); in BuildStObjByName()
|
| /arkcompiler/ets_runtime/test/fuzztest/generatorfunctionref_fuzzer/ |
| D | generatorfunctionref_fuzzer.cpp | 45 generatorContext->SetMethod(thread, generatorFunc.GetTaggedValue()); in CreateGeneratorObj()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | inst.h | 1938 void SetMethod(RuntimeInterface::MethodPtr method) in SetMethod() function 3854 auto SetMethod(void *method) in SetMethod() function 4818 clone->CastToLoadObject()->SetMethod(GetMethod()); in Clone() 4930 clone->CastToResolveObjectField()->SetMethod(GetMethod()); in Clone() 4973 clone->CastToLoadResolvedObjectField()->SetMethod(GetMethod()); in Clone() 5020 clone->CastToStoreObject()->SetMethod(GetMethod()); in Clone() 5076 clone->CastToStoreResolvedObjectField()->SetMethod(GetMethod()); in Clone() 5173 clone->CastToLoadStatic()->SetMethod(GetMethod()); in Clone() 5202 clone->CastToResolveObjectFieldStatic()->SetMethod(GetMethod()); in Clone() 5253 clone->CastToLoadResolvedObjectFieldStatic()->SetMethod(GetMethod()); in Clone() [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | compilation_start.md | 36 task_ctx.SetMethod(method);
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | const_array_resolver.cpp | 260 newInst->SetMethod(method); in InsertLoadConstArrayInsts() 267 saveState->SetMethod(method); in InsertLoadConstArrayInsts()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | unit_test.cpp | 128 graph->SetMethod(method); in BuildGraph()
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | frame.h | 160 ALWAYS_INLINE inline void SetMethod(Method *method) in SetMethod() function 447 ALWAYS_INLINE inline void SetMethod(Method *method) in SetMethod() function 449 frame_->SetMethod(method); in SetMethod()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 1698 JSBoundFunction::Cast(*obj)->SetMethod(thread_, JSTaggedValue::Undefined()); in InitializeJSObject() 2064 function->SetMethod(thread_, method); in NewJSFunctionByHClass() 2158 function->SetMethod(thread_, GetReadOnlyMethodForNativeFunction(kind)); in NewNativeFunctionByHClass() 2171 function->SetMethod(thread_, GetReadOnlyMethodForNativeFunction(kind)); in NewJSFunctionByHClass() 2184 function->SetMethod(thread_, GetReadOnlyMethodForNativeFunction(kind)); in NewJSFunctionByHClassWithoutAccessor() 2307 bundleFunction->SetMethod(thread_, method); in NewJSBoundFunction() 2324 function->SetMethod(thread_, method); in NewJSIntlBoundFunction() 2348 function->SetMethod(thread_, method); in NewJSProxyRevocFunction() 2369 awaitFunction->SetMethod(thread_, method); in NewJSAsyncAwaitStatusFunction() 2431 obj->SetMethod(thread_, JSTaggedValue::Undefined()); in NewGeneratorContext() [all …]
|
| D | shared_object_factory.cpp | 251 function->SetMethod(thread_, method); in NewSFunctionByHClass() 271 function->SetMethod(thread_, GetReadOnlyMethodForNativeFunction(kind)); in NewNativeSFunctionByHClass() 299 function->SetMethod(thread_, method); in NewSFunctionByHClass() 301 function->SetMethod(thread_, GetReadOnlyMethodForNativeFunction(kind)); in NewSFunctionByHClass() 523 functionTemplate->SetMethod(thread_, method); in NewSFunctionTemplate()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | slow_path.h | 189 void SetMethod(void *method) in SetMethod() function
|