Searched refs:CreateClassWithBuffer (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 167 static JSTaggedValue CreateClassWithBuffer(JSThread *thread, JSTaggedValue base,
|
| D | slow_runtime_stub.cpp | 1116 JSTaggedValue SlowRuntimeStub::CreateClassWithBuffer(JSThread *thread, JSTaggedValue base, in CreateClassWithBuffer() function in panda::ecmascript::SlowRuntimeStub
|
| D | interpreter-inl.h | 5003 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, state->env, GetConstantPool(sp), in RunInternal() 5025 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, state->env, GetConstantPool(sp), in RunInternal() 5047 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, lexenv, GetConstantPool(sp), in RunInternal()
|
| D | interpreter_assembly.cpp | 4540 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, lexenv, GetConstantPool(sp), in HandleDeprecatedDefineclasswithbufferPrefId16Imm16Imm16V8V8() 5902 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, state->env, GetConstantPool(sp), in HandleDefineclasswithbufferImm16Id16Id16Imm16V8() 5928 SlowRuntimeStub::CreateClassWithBuffer(thread, proto, state->env, GetConstantPool(sp), in HandleDefineclasswithbufferImm8Id16Id16Imm16V8()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 240 V(CreateClassWithBuffer) \
|
| D | runtime_stubs.cpp | 1338 DEF_RUNTIME_STUBS(CreateClassWithBuffer) in DEF_RUNTIME_STUBS() argument 1340 RUNTIME_STUBS_HEADER(CreateClassWithBuffer); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 3695 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateClassWithBuffer), in DECLARE_ASM_HANDLER() 3728 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateClassWithBuffer), in DECLARE_ASM_HANDLER() 3763 GateRef res = CallRuntime(glue, RTSTUB_ID(CreateClassWithBuffer), in DECLARE_ASM_HANDLER()
|
| D | slowpath_lowering.cpp | 2362 result = LowerCallRuntime(gate, RTSTUB_ID(CreateClassWithBuffer), args, true); in LowerDefineClassWithBuffer()
|