Home
last modified time | relevance | path

Searched refs:CreateClassWithBuffer (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h164 static JSTaggedValue CreateClassWithBuffer(JSThread *thread, JSTaggedValue base,
Dslow_runtime_stub.cpp1098 JSTaggedValue SlowRuntimeStub::CreateClassWithBuffer(JSThread *thread, JSTaggedValue base, in CreateClassWithBuffer() function in panda::ecmascript::SlowRuntimeStub
Dinterpreter-inl.h4913 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, state->env, GetConstantPool(sp), in RunInternal()
4941 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, state->env, GetConstantPool(sp), in RunInternal()
4970 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, lexenv, GetConstantPool(sp), in RunInternal()
Dinterpreter_assembly.cpp4503 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, lexenv, GetConstantPool(sp), in HandleDeprecatedDefineclasswithbufferPrefId16Imm16Imm16V8V8()
5868 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, state->env, GetConstantPool(sp), in HandleDefineclasswithbufferImm16Id16Id16Imm16V8()
5903 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, state->env, GetConstantPool(sp), in HandleDefineclasswithbufferImm8Id16Id16Imm16V8()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h198 V(CreateClassWithBuffer) \
Druntime_stubs.cpp953 DEF_RUNTIME_STUBS(CreateClassWithBuffer) in DEF_RUNTIME_STUBS() argument
955 RUNTIME_STUBS_HEADER(CreateClassWithBuffer); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp3443 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateClassWithBuffer), in DECLARE_ASM_HANDLER()
3478 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateClassWithBuffer), in DECLARE_ASM_HANDLER()
3515 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateClassWithBuffer), in DECLARE_ASM_HANDLER()
Dslowpath_lowering.cpp2430 result = LowerCallRuntime(gate, RTSTUB_ID(CreateClassWithBuffer), args, true); in LowerDefineClassWithBuffer()