Home
last modified time | relevance | path

Searched defs:boundTarget (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_function_test.cpp196 JSHandle<EcmaString> boundTarget = factory->NewFromASCII("bound target"); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_call.cpp997 __ Mov(Register(X2), boundTarget); in JSBoundFunctionCallInternal() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_function.cpp346 JSTaggedValue boundTarget = boundFunction->GetBoundTarget(); in OrdinaryHasInstance() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_hcr_lowering.cpp2808 GateRef boundTarget = builder_.LoadConstOffset(VariableType::JS_ANY(), target, in LowerOrdinaryHasInstance() local
H A Dstub_builder.cpp5961 GateRef boundTarget = Load(VariableType::JS_ANY(), target, IntPtr(JSBoundFunction::BOUND_TARGET_OFFSET)); in OrdinaryHasInstance() local

Completed in 29 milliseconds