Searched defs:targetKind (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | call_signature.h | 179 TargetKind targetKind = GetTargetKind(); in IsStub() local 185 TargetKind targetKind = GetTargetKind(); in IsBCStub() local
|
| H A D | new_object_stub_builder.cpp | 1031 GateRef NewObjectStubBuilder::NewJSFunction(GateRef glue, GateRef method, FunctionKind targetKind)
in NewJSFunction() argument 1037 GateRef NewObjectStubBuilder::NewJSSendableFunction(GateRef glue, GateRef method, FunctionKind targetKind)
in NewJSSendableFunction() argument 110 NewJSFunctionByHClass(GateRef glue, GateRef method, GateRef hclass, FunctionKind targetKind) NewJSFunctionByHClass() argument 122 NewSFunctionByHClass(GateRef glue, GateRef method, GateRef hclass, FunctionKind targetKind) NewSFunctionByHClass() argument 1043 NewJSFunction(GateRef glue, GateRef jsFunc, GateRef index, GateRef length, GateRef lexEnv, Variable *result, Label *success, Label *failed, GateRef slotId, FunctionKind targetKind) NewJSFunction() argument [all...] |
| H A D | stub_builder.cpp | 10117 GateRef StubBuilder::DefineFunc(GateRef glue, GateRef constpool, GateRef index, FunctionKind targetKind) in DefineFunc() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_hclass.cpp | 657 IsInitialArrayHClassWithElementsKind(const JSThread *thread, const JSHClass *targetHClass, const ElementsKind targetKind) IsInitialArrayHClassWithElementsKind() argument
|
Completed in 34 milliseconds