| /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);
|
| /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/irbuilder_dynamic/ |
| D | inst_builder_dyn-inl.h | 39 inst->SetMethod(method); in BuildAbcKitLoadStringIntrinsic()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | js_refconvert_record.cpp | 106 Method *setMethod = PlatformTypes()->escompatRecordSetter->GetPandaMethod(); in RecordSetHandler() local 115 CallETSInstance(coro, ctx, setMethod, sp, etsThis); in RecordSetHandler()
|
| /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/static_core/compiler/tests/ |
| D | inst_generator.cpp | 144 graph->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in GenerateGraph() 260 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateReturnInlined() 279 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateCall() 351 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateStoreStatic() 367 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateLoadStatic() 383 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateMonitor() 395 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateLoadType() 406 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateIsInstance() 429 saveState->SetMethod(reinterpret_cast<RuntimeInterface::MethodPtr>(runtime_.METHOD)); in PopulateNewArray() 447 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/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/runtime_core/static_core/runtime/ |
| D | compiler_thread_pool_worker.cpp | 75 compilerCtx.SetMethod(ctx.GetMethod()); in InPlaceCompileMethod()
|
| /arkcompiler/ets_runtime/test/fuzztest/publicapigeneratorobjectref_fuzzer/ |
| D | publicapigeneratorobjectref_fuzzer.cpp | 50 generatorContext->SetMethod(thread, generatorFunc.GetTaggedValue()); in GetGeneratorReceiverFuzzTest()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 37 inst->SetMethod(method); in BuildLoadFromPool()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_proxy_stub_builder.h | 41 void SetMethod(GateRef glue, GateRef proxy, GateRef method) in SetMethod() function
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
| D | test_frame.h | 43 void SetMethod(Method *method) in SetMethod() function
|
| /arkcompiler/toolchain/tooling/static/tests/ |
| D | test_frame.h | 43 void SetMethod(Method *method) in SetMethod() function
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | compilation_start.md | 36 task_ctx.SetMethod(method);
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | inst.h | 1942 void SetMethod(RuntimeInterface::MethodPtr method) in SetMethod() function 3878 auto SetMethod(void *method) in SetMethod() function 4880 clone->CastToLoadObject()->SetMethod(GetMethod()); in Clone() 4994 clone->CastToResolveObjectField()->SetMethod(GetMethod()); in Clone() 5037 clone->CastToLoadResolvedObjectField()->SetMethod(GetMethod()); in Clone() 5084 clone->CastToStoreObject()->SetMethod(GetMethod()); in Clone() 5140 clone->CastToStoreResolvedObjectField()->SetMethod(GetMethod()); in Clone() 5241 clone->CastToLoadStatic()->SetMethod(GetMethod()); in Clone() 5270 clone->CastToResolveObjectFieldStatic()->SetMethod(GetMethod()); in Clone() 5321 clone->CastToLoadResolvedObjectFieldStatic()->SetMethod(GetMethod()); in Clone() [all …]
|
| /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/plugins/ets/compiler/optimizer/ir_builder/ |
| D | ets_inst_builder.cpp | 89 intrinsic->SetMethod(GetMethod()); in BuildLdObjByName() 187 intrinsic->SetMethod(GetMethod()); in BuildStObjByName()
|
| /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/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | slow_path.h | 189 void SetMethod(void *method) in SetMethod() function
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 1735 … JSBoundFunction::Cast(*obj)->SetMethod<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject() 2105 function->SetMethod(thread_, method); in SetupJSFunctionByHClass() 2202 function->SetMethod(thread_, GetReadOnlyMethodForNativeFunction(kind)); in NewNativeFunctionByHClass() 2216 function->SetMethod(thread_, GetReadOnlyMethodForNativeFunction(kind)); in NewNativeBuiltinFunctionByHClass() 2229 function->SetMethod(thread_, GetReadOnlyMethodForNativeFunction(kind)); in NewJSFunctionByHClass() 2242 function->SetMethod(thread_, GetReadOnlyMethodForNativeFunction(kind)); in NewJSFunctionByHClassWithoutAccessor() 2365 bundleFunction->SetMethod(thread_, method); in NewJSBoundFunction() 2382 function->SetMethod(thread_, method); in NewJSIntlBoundFunction() 2406 function->SetMethod(thread_, method); in NewJSProxyRevocFunction() 2427 awaitFunction->SetMethod(thread_, method); in NewJSAsyncAwaitStatusFunction() [all …]
|